DBA Data[Home] [Help]

APPS.EAM_AUTOMATICEST dependencies on WIP_REQUIREMENT_OPERATIONS

Line 124: FROM WIP_REQUIREMENT_OPERATIONS wro , WIP_DISCRETE_JOBS wdj

120: l_stmt_num := 10;
121:
122: SELECT wro.wip_entity_id BULK COLLECT
123: INTO l_wip_entity_tbl
124: FROM WIP_REQUIREMENT_OPERATIONS wro , WIP_DISCRETE_JOBS wdj
125: WHERE wdj.wip_entity_id = wro.wip_entity_id
126: AND wdj.status_type
127: IN ( WIP_CONSTANTS.UNRELEASED , WIP_CONSTANTS.RELEASED ,
128: WIP_CONSTANTS.COMP_CHRG , WIP_CONSTANTS.HOLD ,