In interface how u find errors and how to solve. How to fix
it?
Answers were Sorted based on User's Feedback
Answer / uday
RA_INTERFACE_ERRORS_ALL is used to find the errors in
Interface
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / indu
MTL_INTERFACE_ERRORS used to find INV Interface errors
RA_INTERFACE_ERRORS used to find AR Interface errors.. etc
will have for every interface
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rupesh babu k
while moving data from legacy to staging table(temp table
created based on the structure of interface table)if errors
occurs that data(custom data errors)we can collect in a
table(custom error table).
while moving data from staging table to interface table
if error occurs that data(standard error data)we can
collect into standard error table(each module having one or
more interface error tables). Both custom eror data and
standard data can be send to client or we can fix the
errors using utl_file package(outbound interface).
The errors may occur due to different reasons.
ex:invalid data,invalid datatype,undefined columns
(accounting_date,sob,currency,coa),uninitialized columns
| Is This Answer Correct ? | 2 Yes | 0 No |
where u do setup of operating unit?
can we use look up type instead of a pofile option?or valueset?is it possible how?
How do u identity its name of report?
Is soa a part of oracle fusion middleware?
how many groups we can create for query?
In which table or database definition we can find the link of organization and operation units.
What is count(*) from po_vendors(any table)?
what is back order in OM
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
what is the difference between character mode,bitmap mode
2 Answers IBM, Sierra Atlantica,
in procedure how to return a value
What is the concept of soa governance?