DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_VALIDATE_PVT dependencies on WIP_OPERATIONS

Line 183: from wip_operations wo

179:
180: begin
181: select 1
182: into g_dummy
183: from wip_operations wo
184: where wo.organization_id = p_eam_mat_req_rec.organization_id
185: and wo.wip_entity_id = p_eam_mat_req_rec.wip_entity_id
186: and wo.operation_seq_num = p_eam_mat_req_rec.operation_seq_num;
187: exception

Line 448: from wip_operations where

444:
445: else
446:
447: select 1 into g_dummy
448: from wip_operations where
449: wip_entity_id = p_eam_mat_req_rec.wip_entity_id and
450: organization_id = p_eam_mat_req_rec.organization_id and
451: operation_seq_num = p_eam_mat_req_rec.operation_seq_num and
452: department_id = p_eam_mat_req_rec.department_id;