DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WIP_OSP

Line 1274: wip_osp.create_requisition(

1270: if p_src_client_server = 1 then
1271:
1272: if wsmputil.check_osp_operation(p_wip_entity_id, l_job_seq_num, p_org) then
1273: l_atleast_one_osp_exists := l_atleast_one_osp_exists + 1;
1274: wip_osp.create_requisition(
1275: P_Wip_Entity_Id => p_wip_entity_id,
1276: P_Organization_Id => p_org,
1277: P_Repetitive_Schedule_Id => null,
1278: P_Operation_Seq_Num => l_job_seq_num,

Line 1289: wip_osp.create_requisition(

1285: -- the requisition import concurrent request should be launched immediately.
1286:
1287: if wsmputil.check_osp_operation(p_wip_entity_id, l_job_seq_num, p_org) then
1288: l_atleast_one_osp_exists := l_atleast_one_osp_exists + 1;
1289: wip_osp.create_requisition(
1290: P_Wip_Entity_Id => p_wip_entity_id,
1291: P_Organization_Id => p_org,
1292: P_Repetitive_Schedule_Id => null,
1293: P_Operation_Seq_Num => l_job_seq_num,

Line 6378: if wip_osp.po_req_exists (

6374: GOTO skip_resched_validations;
6375:
6376: -- osp begin
6377: else
6378: if wip_osp.po_req_exists (
6379: v_wlji_wip_entity_id(v_index),
6380: null,
6381: v_wlji_org(v_index),
6382: null, 5) then

Line 6493: wip_osp.create_requisition(

6489:
6490: if (v_wlji_status_type(v_index) = 3 and p_old_status_type = 1) then
6491: if wsmputil.check_osp_operation(v_wlji_wip_entity_id(v_index), l_osp_op_seq_num , v_wlji_org(v_index)) then
6492: l_atleast_one_osp_exists := l_atleast_one_osp_exists + 1;
6493: wip_osp.create_requisition(
6494: P_Wip_Entity_Id => v_wlji_wip_entity_id(v_index),
6495: P_Organization_Id => v_wlji_org(v_index),
6496: P_Repetitive_Schedule_Id => null,
6497: P_Operation_Seq_Num => l_osp_op_seq_num,

Line 6504: wip_osp.create_additional_req(

6500: end if; -- check_osp_operation
6501: end if;
6502:
6503: if (v_wlji_start_quantity(v_index) > p_old_quantity) AND v_wlji_status_type(v_index) = 3 then
6504: wip_osp.create_additional_req(
6505: P_Wip_Entity_Id => v_wlji_wip_entity_id(v_index),
6506: P_Organization_id => v_wlji_org(v_index),
6507: P_Repetitive_Schedule_Id => null,
6508: P_Added_Quantity => (v_wlji_start_quantity(v_index) - p_old_quantity),

Line 7055: if wip_osp.po_req_exists ( v_wlji_wip_entity_id(v_index),

7051: l_stmt_num := 1072;
7052: if v_wlji_status_type(v_index) = 7 then --cancelled
7053:
7054: -- osp begin
7055: if wip_osp.po_req_exists ( v_wlji_wip_entity_id(v_index),
7056: null,
7057: v_wlji_org(v_index),
7058: null, 5) then
7059: fnd_message.set_name('WIP', 'WIP_CANCEL_JOB/SCHED_OPEN_PO');