DBA Data[Home] [Help]

APPS.WMS_ENGINE_PVT dependencies on WIP_ENTITIES

Line 1807: FROM wip_entities

1803:
1804: --BUG14517947
1805: CURSOR get_wip_entity_type IS
1806: SELECT entity_type
1807: FROM wip_entities
1808: WHERE wip_entity_id = l_request_line_rec.txn_source_id
1809: AND organization_id = l_request_line_rec.organization_id;
1810:
1811: CURSOR c_uom_class(p_uom IN VARCHAR2) IS