Tuesday, October 24, 2017

Bank Statement Interface tables In Oracle Apps R12

Interface Tables:-
ce_stmt_int_tmp
ce_statement_headers_int
ce_statement_lines_interface

Error Tables:-
ce_sqlldr_errors
ce_header_interface_errors
ce_line_interface_errors

Base Tables:-
ce_statement_headers
ce_statement_lines

Concurrent Programs:-
  • Bank Statement Loade: This program internally calls below programs
  1. Run SQL*Loader- SWIFT940 
  2. Load Bank Statement Data 
  3. Bank Statement Loader Execution Report 
  • Bank Statement Import : This program internally calls below program.
  1. Bank Statement Import Execution Report

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...