AR To SLA Data Flow
AR To SLA Data Flow
1
AR TO SLA DATA FLOW
Upcoming Receivables Community Live
Day, Date, 2004
Wednesday, Webcasts:
time p.m.
February 17,ET
2009
February 24, 2009: How to Use Receipts Application
11:30 EST Programming Interfaces (APIs) to Create and Apply
Teleconference Access: Receipts
North America: xxxx
Teleconference Access:
International:
North America:xxxx
Password: Advisor
+1-877-664-9143 March 3, 2009: Using Trading Community Architecture
(TCA) Application Programming Interfaces (APIs) for
Customer Data Creation
International:
+1-706-634 - 8961
Conference ID: 82198765 Do you have any requests for future Receivables
Advisor Webcast Events? Please email your
For upcoming Oracle Advisor suggestions to ARNEWS_US@oracle.com, subject:
Webcasts, see Note Topics of Interest.
398884.1, Oracle Advisor
Webcast Schedule.
• A dialog box will open. Enter your question and select “Send.”
• During the Q&A session your question will be read and an answer will
follow.
Thank you.
• Complete Transaction
• Create Accounting in Draft Mode
• Create Accounting in Final Mode
• Transfer Journal Entries to GL
• Journal Import
Enter Transaction
SELECT *
FROM XLA_EVENTS xe
WHERE xe.application_id = 222
AND xe.entity_id IN ( SELECT xte.entity_id
FROM XLA.XLA_TRANSACTION_ENTITIES xte
WHERE xte.application_id = 222
AND xte.entity_code = 'TRANSACTIONS'
AND xte.source_id_int_1 = &customer_trx_id );
Complete Transaction
Create Accounting in
Draft Mode
• xla_distribution_links is populated
Create Accounting in
Final Mode
• xla_ae_headers.ae_header_id changes
• xla_ae_lines.gl_sl_link_id is set
• xla_ae_lines.control_balance_flag is set
• xla_ae_headers.gl_transfer_date is populated
Import Journals
• GL_JE_batches
• GL_import_references
• GL_JE_headers
• GL_JE_lines
Appendix
SELECT *
FROM XLA.XLA_TRANSACTION_ENTITIES
WHERE application_id = 222
AND entity_code = 'TRANSACTIONS'
AND source_id_int_1 = &customer_trx_id );
SELECT *
FROM XLA_EVENTS xe
WHERE xe.application_id = 222
AND xe.entity_id IN
( SELECT xte.entity_id
FROM XLA.XLA_TRANSACTION_ENTITIES xte
WHERE xte.application_id = 222
AND xte.entity_code = 'TRANSACTIONS'
AND xte.source_id_int_1 = &customer_trx_id );
select *
from xla_control_balances
where code_combination_id = 12833
and application_id = 222
and ledger_id = 1
and period_name = ‘Feb-09’