DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_OVERCOMPLETION

Line 4975: wip_overcompletion.get_tolerance_default(

4971: if ( wjsi_row.load_type in (wip_constants.create_job, wip_constants.create_ns_job) and
4972: wjsi_row.primary_item_id is not null and
4973: wjsi_row.overcompletion_tolerance_type is null and
4974: wjsi_row.overcompletion_tolerance_value is null ) then
4975: wip_overcompletion.get_tolerance_default(
4976: p_primary_item_id => wjsi_row.primary_item_id,
4977: p_org_id => wjsi_row.organization_id,
4978: p_tolerance_type => wjsi_row.overcompletion_tolerance_type,
4979: p_tolerance_value => wjsi_row.overcompletion_tolerance_value);