DBA Data[Home] [Help]

APPS.WSMPUTIL dependencies on WIP_LOCATOR

Line 2552: /* ST bugfix3336844(2793501) call wip_locator.validate is enough for validate lcator: null or not. remove checks of

2548: from mtl_secondary_inventories
2549: where secondary_inventory_name = p_completion_subinventory
2550: and organization_id = p_organization_id;
2551:
2552: /* ST bugfix3336844(2793501) call wip_locator.validate is enough for validate lcator: null or not. remove checks of
2553: --locator validation null. comment out checks of l_mtl_locator_type, it does not works if org level is locator
2554: --control but sub is not. */
2555: /***
2556: select locator_type

Line 2584: WIP_LOCATOR.validate( p_organization_id,

2580: l_locator_id := p_completion_locator_id;
2581:
2582: /* STbugfix 3336844 added exception handler, since the WIP API does not have */
2583: begin
2584: WIP_LOCATOR.validate( p_organization_id,
2585: p_assembly_item_id,
2586: p_completion_subinventory,
2587: l_org_loc_control,
2588: l_sub_loc_control,