DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on CST_COMMON_HOOKS

Line 656: fnd_file.put_line(fnd_file.log, 'Calling CST_Common_hooks.Get_NRtax_amount for PO_DIST :'||l_loc_po_distribution_id);

652: FROM rcv_transactions
653: WHERE transaction_id =l_rcv_transaction_id;
654:
655: IF l_debug = 'Y' THEN
656: fnd_file.put_line(fnd_file.log, 'Calling CST_Common_hooks.Get_NRtax_amount for PO_DIST :'||l_loc_po_distribution_id);
657: END IF;
658:
659: l_stmt_num := 45;
660: l_hook_used := CST_Common_hooks.Get_NRtax_amount(

Line 660: l_hook_used := CST_Common_hooks.Get_NRtax_amount(

656: fnd_file.put_line(fnd_file.log, 'Calling CST_Common_hooks.Get_NRtax_amount for PO_DIST :'||l_loc_po_distribution_id);
657: END IF;
658:
659: l_stmt_num := 45;
660: l_hook_used := CST_Common_hooks.Get_NRtax_amount(
661: I_ACCT_TXN_ID =>i_txn_id,
662: I_SOURCE_DOC_TYPE =>'PO',
663: I_SOURCE_DOC_ID =>l_loc_po_distribution_id,
664: I_ACCT_SOURCE =>'MMT',

Line 681: fnd_file.put_line(fnd_file.log, 'Error getting Enc Tax in CST_Common_hooks.Get_NRtax_amount at statement :'||l_stmt_num);

677:
678: IF (l_err_num <> 0) THEN
679: -- Error occured
680: IF l_debug = 'Y' THEN
681: fnd_file.put_line(fnd_file.log, 'Error getting Enc Tax in CST_Common_hooks.Get_NRtax_amount at statement :'||l_stmt_num);
682: fnd_file.put_line(fnd_file.log, 'Error Code : '||l_err_code||' Error Message : '||l_err_msg);
683: END IF;
684: RAISE process_error;
685: END IF;

Line 688: fnd_file.put_line(fnd_file.log,'Hook Used CST_Common_hooks.Get_NRtax_amount :'|| l_hook_used ||

684: RAISE process_error;
685: END IF;
686:
687: IF l_debug = 'Y' THEN
688: fnd_file.put_line(fnd_file.log,'Hook Used CST_Common_hooks.Get_NRtax_amount :'|| l_hook_used ||
689: ' l_loc_recoverable_tax : '||l_loc_recoverable_tax||
690: ' l_loc_non_recoverable_tax : '||l_loc_non_recoverable_tax);
691: END IF;
692: