DBA Data[Home] [Help]

APPS.MTL_CC_TRANSACT_PKG dependencies on INV_LOG_UTIL

Line 79: inv_log_util.TRACE('Errors out here with the message to user: ' || 'PROFILES-CANNOT READ', 'MTL_CC_TRANSACT_PKG', 9);

75: --End of fix for Bug 4171757
76:
77: --Bug 4171757 -Added the following for messages in the INV debug file.
78: IF (l_debug = 1) THEN
79: inv_log_util.TRACE('Errors out here with the message to user: ' || 'PROFILES-CANNOT READ', 'MTL_CC_TRANSACT_PKG', 9);
80: END IF;
81: --End of fix for Bug 4171757
82:
83: APP_EXCEPTION.RAISE_EXCEPTION;

Line 96: inv_log_util.TRACE('Errors out here with the message to user: ' || 'INV_NO_PAST_TXN_DATES', 'MTL_CC_TRANSACT_PKG', 9);

92: --End of fix for Bug 4171757
93:
94: --Bug 4171757 -Added the following for messages in the INV debug file.
95: IF (l_debug = 1) THEN
96: inv_log_util.TRACE('Errors out here with the message to user: ' || 'INV_NO_PAST_TXN_DATES', 'MTL_CC_TRANSACT_PKG', 9);
97: END IF;
98: --End of fix for Bug 4171757
99:
100: app_exception.raise_exception;

Line 118: inv_log_util.TRACE('Errors out here with the message to user: ' || 'INV_NO_OPEN_PERIOD', 'MTL_CC_TRANSACT_PKG', 9);

114: --End of fix for Bug 4171757
115:
116: --Bug 4171757 -Added the following for messages in the INV debug file.
117: IF (l_debug = 1) THEN
118: inv_log_util.TRACE('Errors out here with the message to user: ' || 'INV_NO_OPEN_PERIOD', 'MTL_CC_TRANSACT_PKG', 9);
119: END IF;
120: --End of fix for Bug 4171757
121:
122: app_exception.raise_exception;

Line 138: inv_log_util.TRACE('Errors out here with the message to user: ' || 'INV_NO_PAST_TXN_PERIODS', 'MTL_CC_TRANSACT_PKG', 9);

134: --End of fix for Bug 4171757
135:
136: --Bug 4171757 -Added the following for messages in the INV debug file.
137: IF (l_debug = 1) THEN
138: inv_log_util.TRACE('Errors out here with the message to user: ' || 'INV_NO_PAST_TXN_PERIODS', 'MTL_CC_TRANSACT_PKG', 9);
139: END IF;
140: --End of fix for Bug 4171757
141:
142: app_exception.raise_exception;

Line 625: inv_log_util.TRACE('In the exception block, here throwing the message to the user: ' || 'INV_FAILED', 'MTL_CC_TRANSACT_PKG', 9);

621: --End of fix for Bug 4171757
622:
623: --Bug 4171757 -Added the following for messages in the INV debug file.
624: IF (l_debug = 1) THEN
625: inv_log_util.TRACE('In the exception block, here throwing the message to the user: ' || 'INV_FAILED', 'MTL_CC_TRANSACT_PKG', 9);
626: END IF;
627: --End of fix for Bug 4171757
628:
629: RETURN - 1;