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.

Answer Posted / harish

by using when clause in ctl file
ex:
load data
infile ''
fields terminated by...
trialing....
INTO TABLE tab WHEN sal>500
(col1 ...
......
.....
)

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

do you know is it possible to run the interface without using oracle apps?

654


how can develope the po variance and po summary report? with tables mandatory columns and query please?

1978


What do you understand by soa and what are the benefits of using this architecture?

619


Can you explain the difference between architecture followed in 10g & 11g?

665


If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?

1657






Can u give the Documentation of Custom.pll in oracle apps

2998


What is count(*) from po_vendors(any table)?

645


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.

1679


How many schemas we have? how many you have used?

1618


Can you define an erp system?

682


Are you familiar with internet architecture of oracle apps 11i?

632


testing tools?

1756


How do you register report in oracle apps?

635


What are the Standard Reports and Forms in HRMS?

1774


What is oracle soa suite and what are its different components?

648