DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSMPOPRN

Line 11183: l_wip_entity_name := WSMPOPRN.update_job_name

11179:
11180: --AH Add:SO LBJ changes--
11181: --Added for Fixing bug 5242298. Txn type 2 adds sector extn for jobs which are cancelled
11182: l_stmt_num := 950.4;
11183: l_wip_entity_name := WSMPOPRN.update_job_name
11184: (p_wip_entity_id => v_wlji_wip_entity_id(v_idx),
11185: p_subinventory => v_wlji_compl_subinv(v_idx),
11186: p_org_id => v_wlji_org_id(v_idx),
11187: p_txn_type => 2, -- COMPLETION

Line 20699: WSMPOPRN.copy_plan_to_execution(

20695: l_job_op_seq_num := l_job_op_seq_num + g_op_seq_incr;
20696:
20697: l_stmt_num := 50;
20698: -- will call new procedure to insert WO, WOR, WRO, WOY, WSOR
20699: WSMPOPRN.copy_plan_to_execution(
20700: x_error_code => p_error_code,
20701: x_error_msg => p_error_msg,
20702: p_org_id => p_org_id,
20703: p_wip_entity_id => p_wip_entity_id,