DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on CST_COMMON_HOOKS

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

9464: l_doc_rcv_qty := p_total_primary_qty * l_uom_rate;
9465: l_doc_primary_qty := p_primary_qty * l_uom_rate;
9466: if g_debug = 'Y' then
9467: fnd_file.put_line(fnd_file.log, 'Document Received Quantity: '||l_doc_rcv_qty||' Document Primary Quantity: '||l_doc_primary_qty);
9468: fnd_file.put_line(fnd_file.log, 'Calling CST_Common_hooks.Get_NRtax_amount for MMT-REQ Req_line_id '||p_req_line_id);
9469: end if;
9470:
9471: /* Bug 6405593 :Added hook call to override the recoverable and Non-Recoverable
9472: taxes for ENCUMBRANCE REVERSAL*/

Line 9474: l_hook_used := CST_Common_hooks.Get_NRtax_amount(

9470:
9471: /* Bug 6405593 :Added hook call to override the recoverable and Non-Recoverable
9472: taxes for ENCUMBRANCE REVERSAL*/
9473: l_stmt_num := 45;
9474: l_hook_used := CST_Common_hooks.Get_NRtax_amount(
9475: I_ACCT_TXN_ID =>p_transaction_id,
9476: I_SOURCE_DOC_TYPE =>'REQ',
9477: I_SOURCE_DOC_ID =>p_req_line_id,
9478: I_ACCT_SOURCE =>'MMT',

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

9491:
9492: IF (l_err_num <> 0) THEN
9493: -- Error occured
9494: IF G_DEBUG = 'Y' THEN
9495: fnd_file.put_line(fnd_file.log, 'Error getting Enc Tax in CST_Common_hooks.Get_NRtax_amount at statement :'||l_stmt_num);
9496: fnd_file.put_line(fnd_file.log, 'Error Code : '||l_err_code||' Error Message : '||x_return_message);
9497: END IF;
9498: RAISE process_error;
9499: END IF;

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

9499: END IF;
9500:
9501:
9502: IF G_DEBUG = 'Y' THEN
9503: fnd_file.put_line(fnd_file.log,'Hook Used CST_Common_hooks.Get_NRtax_amount :'|| l_hook_used ||
9504: ' l_loc_recoverable_tax : '||l_loc_recoverable_tax||
9505: ' l_loc_non_recoverable_tax : '||l_loc_non_recoverable_tax);
9506: END IF;
9507: