DBA Data[Home] [Help]

APPS.EAM_OP_VALIDATE_PVT dependencies on WIP_OPERATION_RESOURCES

Line 191: from wip_operation_resources

187: select count(*)
188: into l_res_count
189: from dual
190: where exists (select 1
191: from wip_operation_resources
192: where wip_entity_id = p_wip_entity_id
193: and organization_id = p_organization_id
194: and operation_seq_num = p_operation_seq_num);
195:

Line 632: from wip_operation_resources

628: end if;
629:
630: select count(*)
631: into l_count_res
632: from wip_operation_resources
633: where wip_entity_id = p_eam_op_rec.wip_entity_id
634: and organization_id = p_eam_op_rec.organization_id
635: and operation_seq_num = p_eam_op_rec.operation_seq_num;
636: