DBA Data[Home] [Help]

APPS.WIP_OVERCOMPLETION dependencies on WIP_PARAMETERS

Line 734: from wip_parameters

730: -- find default overcompletion tolerance for item without tolerance setting
731: begin
732: select default_overcompl_tolerance
733: into l_default_tolerance
734: from wip_parameters
735: where organization_id = p_organization_id;
736: exception
737: when NO_DATA_FOUND then
738: -- do nothing, and let the default tolerance to be 0