DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on INV_DCP_PVT

Line 3500: l_dcp_profile := INV_DCP_PVT.G_CHECK_DCP;

3496: -- Release 12 - Call to Enhanced Diagnostics Check Implemented
3497: -- Enhanced Diagnostics Check API is called if Profile is set.
3498: -- Errors are ignored since this should not stop the txn flow.
3499: BEGIN --{
3500: l_dcp_profile := INV_DCP_PVT.G_CHECK_DCP;
3501: IF l_dcp_profile IS NULL THEN
3502: l_dcp_profile := inv_dcp_pvt.is_dcp_enabled;
3503: END IF;
3504: IF (l_debug = 1) THEN

Line 3502: l_dcp_profile := inv_dcp_pvt.is_dcp_enabled;

3498: -- Errors are ignored since this should not stop the txn flow.
3499: BEGIN --{
3500: l_dcp_profile := INV_DCP_PVT.G_CHECK_DCP;
3501: IF l_dcp_profile IS NULL THEN
3502: l_dcp_profile := inv_dcp_pvt.is_dcp_enabled;
3503: END IF;
3504: IF (l_debug = 1) THEN
3505: inv_log_util.TRACE('l_dcp_profile :'||l_dcp_profile,'INV_LPN_TRX_PUB',9);
3506: END IF;

Line 3508: INV_DCP_PVT.validate_data(

3504: IF (l_debug = 1) THEN
3505: inv_log_util.TRACE('l_dcp_profile :'||l_dcp_profile,'INV_LPN_TRX_PUB',9);
3506: END IF;
3507: IF (l_dcp_profile =1) then
3508: INV_DCP_PVT.validate_data(
3509: p_dcp_event => 'Validate MMTT',
3510: p_trx_hdr_id => p_trx_hdr_id,
3511: p_temp_id => Null,
3512: p_batch_id => Null,