DBA Data[Home] [Help]

APPS.WIP_EAM_UTILS dependencies on WIP_REQUIREMENT_OPERATIONS

Line 957: from wip_requirement_operations_v

953:
954: begin
955: select count(*)
956: into l_count
957: from wip_requirement_operations_v
958: where organization_id = p_organization_id
959: and wip_entity_id = p_wip_entity_id
960: and operation_seq_num = 1;
961:

Line 977: update wip_requirement_operations

973: wip_entity_id = p_wip_entity_id
974: and operation_seq_num = l_min_op_seq_num;
975: end if;
976:
977: update wip_requirement_operations
978: set operation_seq_num = l_min_op_seq_num,
979: department_id = l_department_id
980: where operation_seq_num = 1 and
981: organization_id = p_organization_id and