DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on CST_COMMON_HOOKS

Line 9271: fnd_file.put_line(fnd_file.log, 'Calling CST_Common_hooks.Get_NRtax_amount for MMT-REQ Req_line_id '||p_req_line_id);

9267: l_doc_rcv_qty := p_total_primary_qty * l_uom_rate;
9268: l_doc_primary_qty := p_primary_qty * l_uom_rate;
9269: if g_debug = 'Y' then
9270: fnd_file.put_line(fnd_file.log, 'Document Received Quantity: '||l_doc_rcv_qty||' Document Primary Quantity: '||l_doc_primary_qty);
9271: fnd_file.put_line(fnd_file.log, 'Calling CST_Common_hooks.Get_NRtax_amount for MMT-REQ Req_line_id '||p_req_line_id);
9272: end if;
9273:
9274: /* Bug 6405593 :Added hook call to override the recoverable and Non-Recoverable
9275: taxes for ENCUMBRANCE REVERSAL*/

Line 9277: l_hook_used := CST_Common_hooks.Get_NRtax_amount(

9273:
9274: /* Bug 6405593 :Added hook call to override the recoverable and Non-Recoverable
9275: taxes for ENCUMBRANCE REVERSAL*/
9276: l_stmt_num := 45;
9277: l_hook_used := CST_Common_hooks.Get_NRtax_amount(
9278: I_ACCT_TXN_ID =>p_transaction_id,
9279: I_SOURCE_DOC_TYPE =>'REQ',
9280: I_SOURCE_DOC_ID =>p_req_line_id,
9281: I_ACCT_SOURCE =>'MMT',

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

9294:
9295: IF (l_err_num <> 0) THEN
9296: -- Error occured
9297: IF G_DEBUG = 'Y' THEN
9298: fnd_file.put_line(fnd_file.log, 'Error getting Enc Tax in CST_Common_hooks.Get_NRtax_amount at statement :'||l_stmt_num);
9299: fnd_file.put_line(fnd_file.log, 'Error Code : '||l_err_code||' Error Message : '||x_return_message);
9300: END IF;
9301: RAISE process_error;
9302: END IF;

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

9302: END IF;
9303:
9304:
9305: IF G_DEBUG = 'Y' THEN
9306: fnd_file.put_line(fnd_file.log,'Hook Used CST_Common_hooks.Get_NRtax_amount :'|| l_hook_used ||
9307: ' l_loc_recoverable_tax : '||l_loc_recoverable_tax||
9308: ' l_loc_non_recoverable_tax : '||l_loc_non_recoverable_tax);
9309: END IF;
9310: