DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_DEFAULT_PVT dependencies on WIP_OPERATIONS

Line 180: from wip_operations

176: IF p_eam_mat_req_rec.operation_seq_num = 1 THEN
177: x_eam_mat_req_rec.department_id := null;
178: ELSE
179: select department_id into x_eam_mat_req_rec.department_id
180: from wip_operations
181: where wip_entity_id = p_eam_mat_req_rec.wip_entity_id
182: and organization_id = p_eam_mat_req_rec.organization_id
183: and operation_seq_num = p_eam_mat_req_rec.operation_seq_num;
184: