DBA Data[Home] [Help]

APPS.MTL_ONLINE_TRANSACTION_PUB dependencies on FND_PROFILE

Line 24: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

20: l_mmtt_cnt number;
21: l_dbgfile varchar2(240) := 'invtmonl.log';
22: l_dbgdir varchar2(240);
23:
24: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
25: BEGIN
26:
27: l_transaction_header_id := p_transaction_header_id;
28:

Line 94: IF (NVL(fnd_profile.VALUE('INV_RCV_SHIPMENTS_BULK'), 0) = 1) AND (p_retval <> 0) THEN

90: * before calling RCVTM, if INV_RCV_SHIPMENTS_BULK is Y. In this case, The ITS will not
91: * show warning when there's some warning or error returned by RCVTM, due to no MTI existing.
92: * So when INV_RCV_SHIPMENTS_BULK is Y, will return False if the return value of
93: * process_Transactions() is not 0. */
94: IF (NVL(fnd_profile.VALUE('INV_RCV_SHIPMENTS_BULK'), 0) = 1) AND (p_retval <> 0) THEN
95:
96: p_error_code := 'Transaction processor error';
97: p_error_explanation := l_msg_data;
98: