DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_OSP

Line 9971: if wip_osp.po_req_exists (

9967:
9968: else
9969: l_stmt_num := 720.2;
9970: -- osp begin
9971: if wip_osp.po_req_exists (
9972: v_wlji_wip_entity_id(v_idx),
9973: null,
9974: v_wlji_org_id(v_idx),
9975: null, 5)

Line 10093: wip_osp.create_requisition(

10089: l_osp_op_seq_num,
10090: v_wlji_org_id(v_idx))
10091: then
10092: g_num_of_osp_exists := g_num_of_osp_exists + 1;
10093: wip_osp.create_requisition(
10094: p_wip_entity_id => v_wlji_wip_entity_id(v_idx),
10095: p_organization_id => v_wlji_org_id(v_idx),
10096: p_repetitive_schedule_id => null,
10097: p_operation_seq_num => l_osp_op_seq_num,

Line 10106: wip_osp.create_additional_req(

10102: l_stmt_num := 740.1;
10103: if (v_wlji_start_quantity(v_idx) > l_cur_start_qty) AND
10104: v_wlji_status_type(v_idx) = 3
10105: then
10106: wip_osp.create_additional_req(
10107: p_wip_entity_id => v_wlji_wip_entity_id(v_idx),
10108: p_organization_id => v_wlji_org_id(v_idx),
10109: p_repetitive_schedule_id => null,
10110: p_added_quantity => (v_wlji_start_quantity(v_idx) - l_cur_start_qty),

Line 11224: if wip_osp.po_req_exists (

11220: l_stmt_num := 940;
11221: if v_wlji_status_type(v_idx) = 7 then --cancelled
11222:
11223: -- {{ osp begin
11224: if wip_osp.po_req_exists (
11225: v_wlji_wip_entity_id(v_idx),
11226: null,
11227: v_wlji_org_id(v_idx),
11228: null, 5)

Line 14479: wip_osp.create_requisition(

14475:
14476: while l_index is not null loop
14477: if v_wljdi_res_autocharge_type(l_index) = 3 then
14478:
14479: wip_osp.create_requisition(
14480: p_wip_entity_id => p_wip_entity_id,
14481: p_organization_id => p_org_id,
14482: p_repetitive_schedule_id => null,
14483: p_operation_seq_num => p_job_op_seq_num,

Line 17939: wip_osp.create_requisition(

17935:
17936: -- If resource is PO_RECIPT, we should create requisition.
17937: if l_v_res(l_resource_id).autocharge_type = WIP_CONSTANTS.PO_RECEIPT then
17938:
17939: wip_osp.create_requisition(
17940: p_wip_entity_id => p_wip_entity_id,
17941: p_organization_id => p_org_id,
17942: p_repetitive_schedule_id => null,
17943: p_operation_seq_num => l_job_op_seq_num,

Line 21498: wip_osp.create_requisition(

21494: if p_src_client_server = 1 then
21495: l_stmt_num := 130;
21496: if wsmputil.check_osp_operation(p_wip_entity_id, l_job_op_seq_num, p_org_id) then
21497: g_num_of_osp_exists := g_num_of_osp_exists + 1;
21498: wip_osp.create_requisition(
21499: p_wip_entity_id => p_wip_entity_id,
21500: p_organization_id => p_org_id,
21501: p_repetitive_schedule_id => null,
21502: p_operation_seq_num => l_job_op_seq_num,

Line 21512: wip_osp.create_requisition(

21508: -- if build_job_info is called from form, only then P_Run_ReqImport should be YES, i.e.
21509: -- the requisition import concurrent request should be launched immediately.
21510: if wsmputil.check_osp_operation(p_wip_entity_id, l_job_op_seq_num, p_org_id) then
21511: g_num_of_osp_exists := g_num_of_osp_exists + 1;
21512: wip_osp.create_requisition(
21513: p_wip_entity_id => p_wip_entity_id,
21514: p_organization_id => p_org_id,
21515: p_repetitive_schedule_id => null,
21516: p_operation_seq_num => l_job_op_seq_num,