DBA Data[Home] [Help]

APPS.EAM_TEXT_UTIL dependencies on WIP_OPERATION_RESOURCES

Line 400: FROM WIP_OPERATION_RESOURCES wor,BOM_RESOURCES br

396:
397: CURSOR Resource_Details(p_wip_entity_id NUMBER) IS
398: SELECT
399: br.resource_code as value
400: FROM WIP_OPERATION_RESOURCES wor,BOM_RESOURCES br
401: WHERE wor.wip_entity_id= p_wip_entity_id
402: AND wor.resource_id = br.resource_id;
403:
404: CURSOR Employee(p_wip_entity_id NUMBER) IS