|
|||
|
Validation on DFF segments
Hi All,
I need your expert guidence in implementing address validation in Oracle R12 HRMS form "PERACADR.fmb" In this form person address is captured using the standard DFF "Personal Address Information". This DFF is context sensitive. Address Type is the reference field. In case of address types US and CAN, I need to have our customized validation on the segments like City, State, Country, Zip Code. All the segments are attached with oracle supplied value sets. In our case, while populating the list of values for all the above four segments, we need to consider the remaining three segments. Based on those three segments we need to do some validations and populate the list with valid data only. I tried below steps to implement this... 1. Create new value sets based on our custom tables and assign them to all four segments. 2. Write Key-Listval trigger on all the four segments with following code... a) call our custom procedures to populate the custom tables with valid values b) populate the LOV using list_values But after implementing the above changes, we identified that none of our triggers on DFF segments are getting executed. We tried some other possiblities also, but could not make it. Could you please provide us your expert guidence on this. Your earliest reply would be highly appreciated. Thanks in advance, Lakshman K |
| Sponsored Links |
|
|||
|
u can use the dependent lov for the segment...like u need to filter the other 3 segment values based on the 1st segment....so in the lov for other 3 segments u get valid values to choose and there is no need to do validation...if u still further assistance post all the details of ur requirement
Last edited by admin; 08-31-2009 at 10:14 PM. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Autoinvoice and CCID/Insert into GL_CODE_COMBINATION problem ?? | grlewycky | Oracle Apps | 0 | 05-15-2007 03:06 PM |
| Validation of user input in QTP | indranilguharoy | Testing Tutorials | 1 | 11-28-2006 11:23 AM |
| Date Validation using SimpleDateFormat() | insane | Java Tutorials | 0 | 05-05-2006 01:20 PM |
| Oracle : Validation of dimensions | techguru | Oracle Tutorials | 0 | 08-28-2005 05:38 PM |
| mvc: where does validation occur? | Peter | Software Patterns | 2 | 05-07-2005 12:26 PM |