DBA Data[Home] [Help]

APPS.AR_RECEIVABLE_APPLICATIONS_BRI dependencies on ARP_STANDARD

Line 8: arp_standard.debug( 'Exception:ar_receivable_applications_bri');

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 );
10: arp_standard.debug( 'new.cash_receipt_history_id:'||:new.cash_receipt_history_id );
11: RAISE;
12: END;

Line 9: arp_standard.debug( 'new.cash_receipt_id:'||:new.cash_receipt_id );

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 );
10: arp_standard.debug( 'new.cash_receipt_history_id:'||:new.cash_receipt_history_id );
11: RAISE;
12: END;
13:

Line 10: arp_standard.debug( 'new.cash_receipt_history_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 );
10: arp_standard.debug( 'new.cash_receipt_history_id:'||:new.cash_receipt_history_id );
11: RAISE;
12: END;
13: