DBA Data[Home] [Help]

APPS.AR_RECEIVABLE_APPLICATIONS_BRI dependencies on ARP_RECEIVABLE_APPLICATIONS

Line 5: arp_receivable_applications.PopulateCashReceiptHistoryId( :new.cash_receipt_id, :new.cash_receipt_history_id );

1: TRIGGER "APPS"."AR_RECEIVABLE_APPLICATIONS_BRI"
2: BEFORE INSERT
3: ON "APPS"."AR_RECEIVABLE_APPLICATIONS_ALL" FOR EACH ROW
4: BEGIN
5: arp_receivable_applications.PopulateCashReceiptHistoryId( :new.cash_receipt_id, :new.cash_receipt_history_id );
6: EXCEPTION
7: WHEN OTHERS THEN
8: arp_standard.debug( 'Exception:ar_receivable_applications_bri');
9: arp_standard.debug( 'new.cash_receipt_id:'||:new.cash_receipt_id );