DBA Data[Home] [Help]

APPS.QA_FLEX_UTIL dependencies on WIP_ENTITIES

Line 229: FROM wip_entities

225: -- srhariha. Mon Jan 30 01:25:38 PST 2006
226: --
227: CURSOR c IS
228: SELECT wip_entity_name
229: FROM wip_entities
230: WHERE wip_entity_id = x_work_order_id
231: AND organization_id = x_org_id;
232:
233: /*