DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_UTILITIES dependencies on WIP_CONSTANTS

Line 286: l_entity_type := WIP_CONSTANTS.DISCRETE;

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;
289: END IF;
290: IF(wip_osp.po_req_exists(

Line 288: l_entity_type := WIP_CONSTANTS.REPETITIVE;

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;
289: END IF;
290: IF(wip_osp.po_req_exists(
291: p_wip_entity_id => x_wip_entity_id,
292: p_rep_sched_id => x_repetitive_schedule_id,

Line 305: IF(l_propagate_job_change_to_po = WIP_CONSTANTS.YES) THEN

301: INTO l_propagate_job_change_to_po
302: FROM wip_parameters
303: WHERE organization_id = x_organization_id;
304:
305: IF(l_propagate_job_change_to_po = WIP_CONSTANTS.YES) THEN
306: -- Try to cancel PO/requisitions
307: wip_osp.cancelPOReq(
308: p_job_id => x_wip_entity_id,
309: p_repetitive_id => x_repetitive_schedule_id,