DBA Data[Home] [Help]

APPS.WIP_REQUIREMENT_DEFAULT dependencies on WIP_OPERATIONS

Line 75: FROM WIP_OPERATIONS

71: /* Derive department_id, date_required and MPS_date_required */
72: begin
73: SELECT department_Id, first_unit_start_date, first_unit_start_date
74: INTO x_department_id, x_date_required, x_MPS_date_required
75: FROM WIP_OPERATIONS
76: WHERE wip_entity_id = p_wip_entity_id
77: AND organization_id = p_organization_id
78: AND operation_seq_num = p_operation_seq_num;
79: exception