DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_UTILITIES dependencies on FND_API

Line 284: x_return_status := fnd_api.g_ret_sts_success;

280: BEGIN
281: IF(X_Operation_Seq_Num IS NULL) THEN
282: return;
283: END IF;
284: x_return_status := fnd_api.g_ret_sts_success;
285: IF(x_repetitive_schedule_id IS NULL) THEN
286: l_entity_type := WIP_CONSTANTS.DISCRETE;
287: ELSE
288: l_entity_type := WIP_CONSTANTS.REPETITIVE;

Line 314: IF(l_return_status <> fnd_api. g_ret_sts_success) THEN

310: p_org_id => x_organization_id,
311: p_op_seq_num => x_operation_seq_num,
312: x_return_status => l_return_status);
313:
314: IF(l_return_status <> fnd_api. g_ret_sts_success) THEN
315: -- If we are unable to cancel all PO/requisition associated to
316: -- this job/schedule, we will try to cancel as much as we can,
317: -- then user need to manually cancel the rest.
318: x_return_status := fnd_api.g_ret_sts_error;

Line 318: x_return_status := fnd_api.g_ret_sts_error;

314: IF(l_return_status <> fnd_api. g_ret_sts_success) THEN
315: -- If we are unable to cancel all PO/requisition associated to
316: -- this job/schedule, we will try to cancel as much as we can,
317: -- then user need to manually cancel the rest.
318: x_return_status := fnd_api.g_ret_sts_error;
319: END IF; -- check return status
320: ELSE
321: -- propagate_job_change_to_po is manual
322: x_return_status := fnd_api.g_ret_sts_error;

Line 322: x_return_status := fnd_api.g_ret_sts_error;

318: x_return_status := fnd_api.g_ret_sts_error;
319: END IF; -- check return status
320: ELSE
321: -- propagate_job_change_to_po is manual
322: x_return_status := fnd_api.g_ret_sts_error;
323: fnd_message.set_name('WIP','WIP_DELETE_OSP_RESOURCE');
324: fnd_msg_pub.add;
325: END IF;
326: ELSE

Line 328: x_return_status := fnd_api.g_ret_sts_error;

324: fnd_msg_pub.add;
325: END IF;
326: ELSE
327: -- customer does not have PO patchset J onward
328: x_return_status := fnd_api.g_ret_sts_error;
329: fnd_message.set_name('WIP','WIP_DELETE_OSP_RESOURCE');
330: fnd_msg_pub.add;
331: END IF;
332: END IF; -- PO/requisition exists