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 |
What are the files we submit while your program move to testing instance?
we have 10 records. It's occured error in 6th record how can u find and how to rectify that?
Is SOB is attached with Business grp ?
in procedure how to return a value
The report output is 10 pages then how many times between pages report trigger will fire?
What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.
Tell me where we find the status of order information?
How many schemas we have? how many you have used?
can we write multiple procedures in package with same name like A p1,p2(parameters) B p1,p2(same parameters)
There are set of records to be processed from staging table into interface table. If one record fails the entire set of data should be rejected.
When you run he report you have to get only that particular organization po numbers or item number how can do it?