DBA Data[Home] [Help]

APPS.MTL_CC_TRANSACT_PKG dependencies on MTL_CC_TRANSACT_PKG

Line 1: PACKAGE BODY MTL_CC_TRANSACT_PKG as

1: PACKAGE BODY MTL_CC_TRANSACT_PKG as
2: /* $Header: INVATC2B.pls 120.2 2010/12/31 12:00:12 mporecha ship $ */
3:
4: function CC_TRANSACT ( org_id NUMBER ,
5: cc_header_id NUMBER ,

Line 71: 'MTL_CC_TRANSACT_PKG.CC_TRANSACT ',TRUE);

67: ELSE
68: FND_MESSAGE.SET_NAME('FND','PROFILES-CANNOT READ');
69: FND_MESSAGE.SET_TOKEN('OPTION','TRANSACTION_DATE',TRUE);
70: FND_MESSAGE.SET_TOKEN('ROUTINE',
71: 'MTL_CC_TRANSACT_PKG.CC_TRANSACT ',TRUE);
72:
73: --Bug 4171757- Added the below statement to capture messages in the calling program
74: FND_MSG_PUB.ADD;
75: --End of fix for Bug 4171757

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 736: inv_log_util.TRACE('In the exception block, here throwing the message to the user: ' || 'INV_FAILED', 'MTL_CC_TRANSACT_PKG', 9);

732: --End of fix for Bug 4171757
733:
734: --Bug 4171757 -Added the following for messages in the INV debug file.
735: IF (l_debug = 1) THEN
736: inv_log_util.TRACE('In the exception block, here throwing the message to the user: ' || 'INV_FAILED', 'MTL_CC_TRANSACT_PKG', 9);
737: END IF;
738: --End of fix for Bug 4171757
739:
740: RETURN - 1;

Line 745: END MTL_CC_TRANSACT_PKG;

741:
742: END CC_TRANSACT;
743:
744:
745: END MTL_CC_TRANSACT_PKG;