DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSMPOPRN

Line 11285: l_wip_entity_name := WSMPOPRN.update_job_name

11281:
11282: --AH Add:SO LBJ changes--
11283: --Added for Fixing bug 5242298. Txn type 2 adds sector extn for jobs which are cancelled
11284: l_stmt_num := 950.4;
11285: l_wip_entity_name := WSMPOPRN.update_job_name
11286: (p_wip_entity_id => v_wlji_wip_entity_id(v_idx),
11287: p_subinventory => v_wlji_compl_subinv(v_idx),
11288: p_org_id => v_wlji_org_id(v_idx),
11289: p_txn_type => 2, -- COMPLETION

Line 21364: WSMPOPRN.copy_plan_to_execution(

21360: l_job_op_seq_num := l_job_op_seq_num + g_op_seq_incr;
21361:
21362: l_stmt_num := 50;
21363: -- will call new procedure to insert WO, WOR, WRO, WOY, WSOR
21364: WSMPOPRN.copy_plan_to_execution(
21365: x_error_code => p_error_code,
21366: x_error_msg => p_error_msg,
21367: p_org_id => p_org_id,
21368: p_wip_entity_id => p_wip_entity_id,