DBA Data[Home] [Help]

APPS.RCV_ACCRUALACCOUNTING_GRP dependencies on RCV_ACCOUNTING_EVENTS

Line 51: -- RCV_ACCOUNTING_EVENTS. For online accruals, it also generates

47: -- Version :
48: -- Initial version 1.0
49: --
50: -- Notes : This API creates all Receiving related accounting events in
51: -- RCV_ACCOUNTING_EVENTS. For online accruals, it also generates
52: -- the accounting entries for the event.
53: -- This API is called from :
54: -- 1. The Receiving Transaction Processor for each transaction in
55: -- RCV_Transactions.

Line 245: FROM rcv_accounting_events RAE

241: -- Bug #4267722. Validate transaction_id passed in by Receiving.
242: l_stmt_num := 110;
243: SELECT count(*)
244: INTO l_rae_count
245: FROM rcv_accounting_events RAE
246: WHERE rcv_transaction_id = p_rcv_transaction_id;
247:
248: IF l_rae_count <> 0 THEN
249: l_api_message := 'Invalid transaction. Accounting events have already been generated for transaction : '||

Line 488: -- RCV_ACCOUNTING_EVENTS. The intercompany invoicing program will

484: -- Notes : This API seeds Intercompany events for period end accruals.
485: -- When Invoice is matched to PO and validated, AP will call this
486: -- this API for period end accruals. If Invoice is for a global
487: -- procurement scenario, this API will seed Intercompany events in
488: -- RCV_ACCOUNTING_EVENTS. The intercompany invoicing program will
489: -- later use these events to create intercompany invoices.
490: --
491: -- This API is called from :
492: -- 1. Accounts Payables during Invoice Validation phase for period