DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on CST_COMMON_HOOKS

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

741: FROM rcv_transactions
742: WHERE transaction_id =l_rcv_transaction_id;
743:
744: IF l_debug = 'Y' THEN
745: fnd_file.put_line(fnd_file.log, 'Calling CST_Common_hooks.Get_NRtax_amount for PO_DIST :'||l_loc_po_distribution_id);
746: END IF;
747:
748: l_stmt_num := 45;
749: l_hook_used := CST_Common_hooks.Get_NRtax_amount(

Line 749: l_hook_used := CST_Common_hooks.Get_NRtax_amount(

745: fnd_file.put_line(fnd_file.log, 'Calling CST_Common_hooks.Get_NRtax_amount for PO_DIST :'||l_loc_po_distribution_id);
746: END IF;
747:
748: l_stmt_num := 45;
749: l_hook_used := CST_Common_hooks.Get_NRtax_amount(
750: I_ACCT_TXN_ID =>i_txn_id,
751: I_SOURCE_DOC_TYPE =>'PO',
752: I_SOURCE_DOC_ID =>l_loc_po_distribution_id,
753: I_ACCT_SOURCE =>'MMT',

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

766:
767: IF (l_err_num <> 0) THEN
768: -- Error occured
769: IF l_debug = 'Y' THEN
770: fnd_file.put_line(fnd_file.log, 'Error getting Enc Tax in CST_Common_hooks.Get_NRtax_amount at statement :'||l_stmt_num);
771: fnd_file.put_line(fnd_file.log, 'Error Code : '||l_err_code||' Error Message : '||l_err_msg);
772: END IF;
773: RAISE process_error;
774: END IF;

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

773: RAISE process_error;
774: END IF;
775:
776: IF l_debug = 'Y' THEN
777: fnd_file.put_line(fnd_file.log,'Hook Used CST_Common_hooks.Get_NRtax_amount :'|| l_hook_used ||
778: ' l_loc_recoverable_tax : '||l_loc_recoverable_tax||
779: ' l_loc_non_recoverable_tax : '||l_loc_non_recoverable_tax);
780: END IF;
781: