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 |
Which is the best website to learn Oracle Apps?
You are working with interfaces if client doesnot give any flat then what will u do?
what is instead of trigger. what is the use of that?
can we write multiple procedures in package with same name like A p1,p2(parameters) B p1,p2(same parameters)
Difference between set of books id and ledger id in r12 ?
After completing Report customization process.suppose we have 10 report parameter in report so, that we re-register that parameter in concurrent program?
can we use commit in trigger? If yes how?
Can you differentiate between mediator and osb?
How to develop XML report without rdf?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
What is an Index , Types od index why we are use index.
Can 2 functions have same name & input parameters but differ only by return datatype ?