DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on CST_COMMON_HOOKS

Line 1715: l_hook_used := CST_Common_hooks.Get_NRtax_amount(

1711: taxes for ENCUMBRANCE_REVERSAL event */
1712:
1713: IF(p_rcv_event.event_type_id = RCV_SeedEvents_PVT.ENCUMBRANCE_REVERSAL) THEN
1714: l_stmt_num := 25;
1715: l_hook_used := CST_Common_hooks.Get_NRtax_amount(
1716: I_ACCT_TXN_ID =>p_rcv_event.rcv_transaction_id,
1717: I_SOURCE_DOC_TYPE =>'PO',
1718: I_SOURCE_DOC_ID =>p_rcv_event.po_distribution_id,
1719: I_ACCT_SOURCE =>'RCV',

Line 1738: ,'CST_Common_hooks.Get_NRtax_amount : '||l_stmt_num||' : '||l_api_message);

1734: -- Error occured
1735: l_api_message := 'Error getting Enc Tax error_code : '||l_Err_Code||' Error Message : '||l_Err_Msg;
1736: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1737: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num
1738: ,'CST_Common_hooks.Get_NRtax_amount : '||l_stmt_num||' : '||l_api_message);
1739: END IF;
1740: RAISE FND_API.g_exc_unexpected_error;
1741: END IF;
1742: