DBA Data[Home] [Help]

APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_PARAMETERS

Line 1186: from wip_parameters wp, wip_entities we

1182: if (l_supply_subinventory is null) then
1183: begin
1184: select wp.default_pull_supply_subinv, wp.default_pull_supply_locator_id
1185: into l_supply_subinventory, l_supply_locator_id
1186: from wip_parameters wp, wip_entities we
1187: where we.wip_entity_id = l_Wip_Entity_Id
1188: and wp.organization_id = we.organization_id;
1189: exception when others then
1190: l_supply_subinventory := null;