DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on INV_DCP_PVT

Line 3787: l_dcp_profile := INV_DCP_PVT.G_CHECK_DCP;

3783: -- Release 12 - Call to Enhanced Diagnostics Check Implemented
3784: -- Enhanced Diagnostics Check API is called if Profile is set.
3785: -- Errors are ignored since this should not stop the txn flow.
3786: BEGIN --{
3787: l_dcp_profile := INV_DCP_PVT.G_CHECK_DCP;
3788: IF l_dcp_profile IS NULL THEN
3789: l_dcp_profile := inv_dcp_pvt.is_dcp_enabled;
3790: END IF;
3791: IF (l_debug = 1) THEN

Line 3789: l_dcp_profile := inv_dcp_pvt.is_dcp_enabled;

3785: -- Errors are ignored since this should not stop the txn flow.
3786: BEGIN --{
3787: l_dcp_profile := INV_DCP_PVT.G_CHECK_DCP;
3788: IF l_dcp_profile IS NULL THEN
3789: l_dcp_profile := inv_dcp_pvt.is_dcp_enabled;
3790: END IF;
3791: IF (l_debug = 1) THEN
3792: inv_log_util.TRACE('l_dcp_profile :'||l_dcp_profile,'INV_LPN_TRX_PUB',9);
3793: END IF;

Line 3795: INV_DCP_PVT.validate_data(

3791: IF (l_debug = 1) THEN
3792: inv_log_util.TRACE('l_dcp_profile :'||l_dcp_profile,'INV_LPN_TRX_PUB',9);
3793: END IF;
3794: IF (l_dcp_profile =1) then
3795: INV_DCP_PVT.validate_data(
3796: p_dcp_event => 'Validate MMTT',
3797: p_trx_hdr_id => p_trx_hdr_id,
3798: p_temp_id => Null,
3799: p_batch_id => Null,