DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on CST_COMMON_HOOKS

Line 1722: l_hook_used := CST_Common_hooks.Get_NRtax_amount(

1718: taxes for ENCUMBRANCE_REVERSAL event */
1719:
1720: IF(p_rcv_event.event_type_id = RCV_SeedEvents_PVT.ENCUMBRANCE_REVERSAL) THEN
1721: l_stmt_num := 25;
1722: l_hook_used := CST_Common_hooks.Get_NRtax_amount(
1723: I_ACCT_TXN_ID =>p_rcv_event.rcv_transaction_id,
1724: I_SOURCE_DOC_TYPE =>'PO',
1725: I_SOURCE_DOC_ID =>p_rcv_event.po_distribution_id,
1726: I_ACCT_SOURCE =>'RCV',

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

1741: -- Error occured
1742: l_api_message := 'Error getting Enc Tax error_code : '||l_Err_Code||' Error Message : '||l_Err_Msg;
1743: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1744: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num
1745: ,'CST_Common_hooks.Get_NRtax_amount : '||l_stmt_num||' : '||l_api_message);
1746: END IF;
1747: RAISE FND_API.g_exc_unexpected_error;
1748: END IF;
1749: