DBA Data[Home] [Help]

APPS.WIP_REQUIREMENT_VALIDATIONS dependencies on WIP_DISCRETE_JOBS

Line 1162: FROM WIP_DISCRETE_JOBS

1158:
1159: begin
1160: SELECT start_quantity
1161: INTO X_start_quantity
1162: FROM WIP_DISCRETE_JOBS
1163: WHERE wip_entity_id = p_wip_entity_id
1164: AND organization_id = p_organization_id;
1165:
1166: /*Component Yield Enhancement(Bug 4369064)->Get the current values of qpa, req_qty and yield*/