DBA Data[Home] [Help]

APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_ENTITIES

Line 857: from wip_entities

853: end if;
854:
855: select organization_id
856: into l_org_id
857: from wip_entities
858: where wip_entity_id = l_wip_entity_id;
859:
860:
861: /* BUG 4715338 -> CAN'T SUBSTITUTE RESOURCE, IF THERE ARE PENDING CLOCK-INS. */

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;