DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_LOCATOR

Line 4725: wip_locator.validate(

4721: where sub.secondary_inventory_name = wjsi_row.completion_subinventory
4722: and sub.organization_id = wjsi_row.organization_id
4723: and mp.organization_id = wjsi_row.organization_id;
4724:
4725: wip_locator.validate(
4726: p_organization_id => wjsi_row.organization_id,
4727: p_item_id => primary_item_row.inventory_item_id,
4728: p_subinventory_code => wjsi_row.completion_subinventory,
4729: p_org_loc_control => l_orgLocCtl,