DBA Data[Home] [Help]

APPS.WIP_UNRELEASE dependencies on FND_API

Line 169: raise fnd_api.g_exc_unexpected_error;/*Bug 9709677 */

165: ,p_rep_sched_id => x_rep_id
166: ,p_organization_id => x_org_id
167: ,p_entity_type => x_ent_type ) = TRUE) THEN
168: FND_MESSAGE.SET_NAME('WIP','WIP_UNRLS_JOB/SCHED_OPEN_PO');
169: raise fnd_api.g_exc_unexpected_error;/*Bug 9709677 */
170: END IF;
171: -- Bug 15945996
172: IF (WIP_WS_TIME_ENTRY.IS_CLOCK_PENDING(x_wip_id,null)<>'N') THEN
173: FND_MESSAGE.SET_NAME('WIP','WIP_PENDING_CLOCKS');

Line 174: raise fnd_api.g_exc_unexpected_error;

170: END IF;
171: -- Bug 15945996
172: IF (WIP_WS_TIME_ENTRY.IS_CLOCK_PENDING(x_wip_id,null)<>'N') THEN
173: FND_MESSAGE.SET_NAME('WIP','WIP_PENDING_CLOCKS');
174: raise fnd_api.g_exc_unexpected_error;
175: END IF;
176: /* IF (WIP_WS_TIME_ENTRY.IS_JOB_ON(x_wip_id)='Y') THEN
177: FND_MESSAGE.SET_NAME('WIP','WIP_PENDING_JOB_ON');
178: raise fnd_api.g_exc_unexpected_error;

Line 178: raise fnd_api.g_exc_unexpected_error;

174: raise fnd_api.g_exc_unexpected_error;
175: END IF;
176: /* IF (WIP_WS_TIME_ENTRY.IS_JOB_ON(x_wip_id)='Y') THEN
177: FND_MESSAGE.SET_NAME('WIP','WIP_PENDING_JOB_ON');
178: raise fnd_api.g_exc_unexpected_error;
179: END IF;*/
180:
181: IF (x_ent_type = 1) THEN
182: open check_discrete_charges;

Line 200: raise fnd_api.g_exc_unexpected_error;/*Bug 9709677 */

196: WHERE WIP_ENTITY_ID = x_wip_id
197: AND ORGANIZATION_ID = x_org_id;
198: ELSE
199: FND_MESSAGE.SET_NAME('WIP','WIP_UNRLS_JOB/SCHED');
200: raise fnd_api.g_exc_unexpected_error;/*Bug 9709677 */
201: close check_discrete_charges;
202: RETURN;
203: END IF;
204:

Line 226: raise fnd_api.g_exc_unexpected_error;/*Bug 9709677 */

222: AND ORGANIZATION_ID = x_org_id
223: AND REPETITIVE_SCHEDULE_ID = x_rep_id;
224: ELSE
225: FND_MESSAGE.SET_NAME('WIP','WIP_UNRLS_JOB/SCHED');
226: raise fnd_api.g_exc_unexpected_error;/*Bug 9709677 */
227: close check_repetitive_charges;
228: RETURN;
229: END IF;
230:

Line 259: WHEN fnd_api.g_exc_unexpected_error THEN

255: fnd_message.set_name('WIP', 'WIP_LOCKED_ROW_ALREADY_LOCKED');
256: APP_EXCEPTION.RAISE_EXCEPTION;
257:
258: /*Bug 9709677 */
259: WHEN fnd_api.g_exc_unexpected_error THEN
260: if(check_discrete_charges%ISOPEN) then
261: close check_discrete_charges;
262: end if;
263: if(check_repetitive_charges%ISOPEN) then