DBA Data[Home] [Help]

APPS.EAM_RES_DEFAULT_PVT dependencies on WIP_OPERATIONS

Line 194: from wip_operations

190: p_eam_res_rec.organization_id is not null AND
191: p_eam_res_rec.wip_entity_id is not null
192: THEN
193: select department_id into x_eam_res_rec.department_id
194: from wip_operations
195: where wip_entity_id = p_eam_res_rec.wip_entity_id
196: and organization_id = p_eam_res_rec.organization_id
197: and operation_seq_num = p_eam_res_rec.operation_seq_num;
198: END IF;