while doing the process of conversion if got any data error out what is the next step to reprocess
Answer / durgarao panchala
Will go to corresponding error in the code, then which validation is failed to process that record, resolve that issue then again run the program , record will process now.
Ex: let say terms and condition validation failed due to inactive terms and conditions, then we(Check with functional team) will make the terms and conditions are active. then run the conversion.
Is This Answer Correct ? | 7 Yes | 0 No |
Are you familiar with internet architecture of oracle apps 11i?
what do you mean by value sets
what is meant by boilerplates?
differentiate between intra & inter UOM class conversion with examples.
how to customize the report,please tell me customization steps
What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1
Can u define exceptions twice in same block?
what is meant by Drill Down in Discoverer report? why it will be use?
how to print multi lay outs,muti currency,muti language in xml publisher
Registering parametric report?
Can we create tables in apps schema?
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using .CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.