DBA Data[Home] [Help]

APPS.MTL_CC_TRANSACT_PKG dependencies on APP_EXCEPTION

Line 83: APP_EXCEPTION.RAISE_EXCEPTION;

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;
84: RETURN -1;
85: END IF;
86:
87: IF (v_profile_value = 2 AND TxnDate < TRUNC(SYSDATE)) THEN

Line 100: app_exception.raise_exception;

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;
101: RETURN -1;
102: END IF;
103:
104: invttmtx.tdatechk(org_id,

Line 122: app_exception.raise_exception;

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;
123: RETURN -1;
124: ELSIF (v_period_id = -1) THEN
125: app_exception.raise_exception;
126: RETURN -1;

Line 125: app_exception.raise_exception;

121:
122: app_exception.raise_exception;
123: RETURN -1;
124: ELSIF (v_period_id = -1) THEN
125: app_exception.raise_exception;
126: RETURN -1;
127: ELSE
128: IF (v_profile_value = 3) AND
129: NOT (v_open_past_period) THEN

Line 142: app_exception.raise_exception;

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;
143: RETURN -1;
144: END IF;
145: END IF;
146: