DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_OSP

Line 9873: if wip_osp.po_req_exists (

9869:
9870: else
9871: l_stmt_num := 720.2;
9872: -- osp begin
9873: if wip_osp.po_req_exists (
9874: v_wlji_wip_entity_id(v_idx),
9875: null,
9876: v_wlji_org_id(v_idx),
9877: null, 5)

Line 9995: wip_osp.create_requisition(

9991: l_osp_op_seq_num,
9992: v_wlji_org_id(v_idx))
9993: then
9994: g_num_of_osp_exists := g_num_of_osp_exists + 1;
9995: wip_osp.create_requisition(
9996: p_wip_entity_id => v_wlji_wip_entity_id(v_idx),
9997: p_organization_id => v_wlji_org_id(v_idx),
9998: p_repetitive_schedule_id => null,
9999: p_operation_seq_num => l_osp_op_seq_num,

Line 10008: wip_osp.create_additional_req(

10004: l_stmt_num := 740.1;
10005: if (v_wlji_start_quantity(v_idx) > l_cur_start_qty) AND
10006: v_wlji_status_type(v_idx) = 3
10007: then
10008: wip_osp.create_additional_req(
10009: p_wip_entity_id => v_wlji_wip_entity_id(v_idx),
10010: p_organization_id => v_wlji_org_id(v_idx),
10011: p_repetitive_schedule_id => null,
10012: p_added_quantity => (v_wlji_start_quantity(v_idx) - l_cur_start_qty),

Line 11122: if wip_osp.po_req_exists (

11118: l_stmt_num := 940;
11119: if v_wlji_status_type(v_idx) = 7 then --cancelled
11120:
11121: -- {{ osp begin
11122: if wip_osp.po_req_exists (
11123: v_wlji_wip_entity_id(v_idx),
11124: null,
11125: v_wlji_org_id(v_idx),
11126: null, 5)

Line 14375: wip_osp.create_requisition(

14371:
14372: while l_index is not null loop
14373: if v_wljdi_res_autocharge_type(l_index) = 3 then
14374:
14375: wip_osp.create_requisition(
14376: p_wip_entity_id => p_wip_entity_id,
14377: p_organization_id => p_org_id,
14378: p_repetitive_schedule_id => null,
14379: p_operation_seq_num => p_job_op_seq_num,

Line 17460: wip_osp.create_requisition(

17456:
17457: -- If resource is PO_RECIPT, we should create requisition.
17458: if l_v_res(l_resource_id).autocharge_type = WIP_CONSTANTS.PO_RECEIPT then
17459:
17460: wip_osp.create_requisition(
17461: p_wip_entity_id => p_wip_entity_id,
17462: p_organization_id => p_org_id,
17463: p_repetitive_schedule_id => null,
17464: p_operation_seq_num => l_job_op_seq_num,

Line 20833: wip_osp.create_requisition(

20829: if p_src_client_server = 1 then
20830: l_stmt_num := 130;
20831: if wsmputil.check_osp_operation(p_wip_entity_id, l_job_op_seq_num, p_org_id) then
20832: g_num_of_osp_exists := g_num_of_osp_exists + 1;
20833: wip_osp.create_requisition(
20834: p_wip_entity_id => p_wip_entity_id,
20835: p_organization_id => p_org_id,
20836: p_repetitive_schedule_id => null,
20837: p_operation_seq_num => l_job_op_seq_num,

Line 20847: wip_osp.create_requisition(

20843: -- if build_job_info is called from form, only then P_Run_ReqImport should be YES, i.e.
20844: -- the requisition import concurrent request should be launched immediately.
20845: if wsmputil.check_osp_operation(p_wip_entity_id, l_job_op_seq_num, p_org_id) then
20846: g_num_of_osp_exists := g_num_of_osp_exists + 1;
20847: wip_osp.create_requisition(
20848: p_wip_entity_id => p_wip_entity_id,
20849: p_organization_id => p_org_id,
20850: p_repetitive_schedule_id => null,
20851: p_operation_seq_num => l_job_op_seq_num,