in interface and conversion if 10 records are error out we can't load the records?if >10 we have to insert,if we not insert we need to gernerate error how u can achieve?
Answer / sandeep kumar
You can acheive this by adding two columns say error_flag, error_msg and updating that column when ever that record got errored out, once it reaches 10 you can use user defined expection and restrict. or after validating all records you can check for error flags and insert the records accordingly
| Is This Answer Correct ? | 3 Yes | 1 No |
In report we have to show two Layout? how it is and how we can see from where it?
i have 100 pages output. i want to print 10 records per page in Template?
In a package have predefined exception and user defined exception. while execution which exception will be executed first? why?
what is MRC? Why it is needed?
What and Who is the best Institute or Trainer for Oracle Apps Technical ?
What is count(*) from po_vendors(any table)?
what is the difference between varchar and varchar(2)?
what is pay run id ?
In which table or database definition we can find the link of organization and operation units.
Which one Module is Biggest Module in oracle apps?
name all status attributes.
What is instead of trigger in where we will use?