DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_VALIDATE_PVT dependencies on WIP_OPERATIONS

Line 187: from wip_operations wo

183:
184: begin
185: select 1
186: into g_dummy
187: from wip_operations wo
188: where wo.organization_id = p_eam_mat_req_rec.organization_id
189: and wo.wip_entity_id = p_eam_mat_req_rec.wip_entity_id
190: and wo.operation_seq_num = p_eam_mat_req_rec.operation_seq_num;
191: exception

Line 452: from wip_operations where

448:
449: else
450:
451: select 1 into g_dummy
452: from wip_operations where
453: wip_entity_id = p_eam_mat_req_rec.wip_entity_id and
454: organization_id = p_eam_mat_req_rec.organization_id and
455: operation_seq_num = p_eam_mat_req_rec.operation_seq_num and
456: department_id = p_eam_mat_req_rec.department_id;