Quick Recap
Quick Recap
2. Load the flat file data into temporary table called staging table using sqlloader
3. Validate the data in staging table using pl/sql procedures to define rules of validation.
5. These Validate data can be directed to base tables using predefined Seeded programs.
(Outbound process)
9)Register the Procedure or Package as Concurrent Program and submit from SRS Window.
We will use following three functions to generate the file.
Validation Type:
• None: You use a None type value set when you want to allow
users to enter any value so long as that value meets the value
set formatting rules. Because a None value set is not validated,
a segment that uses this value set does not provide a list of
values for your users. That is, Values are not checked against an
approved values list but Values are checked for expected data
type,length, and so on. A segment that uses this value set (that
is, a non-validated segment) cannot use flexfield value security
rules to restrict the values a user can enter.Use the validation
type None when the actual values to be input cannot be
anticipated in advance. Eg: Phone Number.