DBA Data[Home] [Help]

APPS.AR_INVOICE_TABLE_HANDLER dependencies on AR_BUS_EVENT_COVER

Line 484: l_prev_cust_old_state AR_BUS_EVENT_COVER.prev_cust_old_state_tab;

480: l_dist_count NUMBER;
481: l_error_message FND_NEW_MESSAGES.message_text%type;
482: l_error_count NUMBER;
483: l_commitment_amt NUMBER;
484: l_prev_cust_old_state AR_BUS_EVENT_COVER.prev_cust_old_state_tab;
485: /* end 5921925 */
486: /* BR Sped Project */
487: l_jgzz_product_code VARCHAR2(100);
488: lcursor NUMBER;

Line 1002: AR_BUS_EVENT_COVER.Raise_Trx_Creation_Event

998: NULL, -- charge_amount
999: l_commitment_amt, -- out parameter, junk
1000: NULL);
1001:
1002: AR_BUS_EVENT_COVER.Raise_Trx_Creation_Event
1003: (ar_trx_header_rec.trx_class, -- trx_type.type
1004: ar_trx_header_rec.customer_trx_id,
1005: l_prev_cust_old_state); -- structure
1006: