DBA Data[Home] [Help]

APPS.WIP_RESOURCE_VALIDATIONS dependencies on WIP_PARAMETERS

Line 402: FROM wip_parameters

398: l_error_text VARCHAR2(2000);
399: begin
400: SELECT propagate_job_change_to_po
401: INTO l_propagate_job_change_to_po
402: FROM wip_parameters
403: WHERE organization_id = p_organization_id;
404:
405: -- There can't be any outside processing going on with the job
406: for l_inv_row in c_invalid_rows loop