DBA Data[Home] [Help]

APPS.EAM_TEXT_UTIL dependencies on WIP_OPERATIONS

Line 393: FROM WIP_OPERATIONS wo,BOM_DEPARTMENTS bd

389:
390: CURSOR Operation(p_wip_entity_id NUMBER) IS
391: SELECT
392: wo.operation_seq_num||' '||bd.department_code as value
393: FROM WIP_OPERATIONS wo,BOM_DEPARTMENTS bd
394: WHERE wo.wip_entity_id=p_wip_entity_id
395: AND wo.department_id=bd.department_id;
396:
397: CURSOR Resource_Details(p_wip_entity_id NUMBER) IS