DBA Data[Home] [Help]

APPS.AR_INVOICE_TABLE_HANDLER dependencies on AR_BUS_EVENT_COVER

Line 485: l_prev_cust_old_state AR_BUS_EVENT_COVER.prev_cust_old_state_tab;

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

Line 1052: AR_BUS_EVENT_COVER.Raise_Trx_Creation_Event

1048: NULL, -- charge_amount
1049: l_commitment_amt, -- out parameter, junk
1050: NULL);
1051:
1052: AR_BUS_EVENT_COVER.Raise_Trx_Creation_Event
1053: (ar_trx_header_rec.trx_class, -- trx_type.type
1054: ar_trx_header_rec.customer_trx_id,
1055: l_prev_cust_old_state); -- structure
1056: