DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_OVERCOMPLETION

Line 4833: wip_overcompletion.get_tolerance_default(

4829: if ( wjsi_row.load_type in (wip_constants.create_job, wip_constants.create_ns_job) and
4830: wjsi_row.primary_item_id is not null and
4831: wjsi_row.overcompletion_tolerance_type is null and
4832: wjsi_row.overcompletion_tolerance_value is null ) then
4833: wip_overcompletion.get_tolerance_default(
4834: p_primary_item_id => wjsi_row.primary_item_id,
4835: p_org_id => wjsi_row.organization_id,
4836: p_tolerance_type => wjsi_row.overcompletion_tolerance_type,
4837: p_tolerance_value => wjsi_row.overcompletion_tolerance_value);