DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on WIP_OVERCOMPLETION

Line 728: WIP_Overcompletion.get_tolerance_default (p_primary_item_id => l_primaryItemId,

724: wjsi_row.overcompletion_tolerance_value is null and
725: l_primaryItemId is not null) then
726: --the only way this procedure error is if it can't find the item...thus
727: --the invalid assembly error below
728: WIP_Overcompletion.get_tolerance_default (p_primary_item_id => l_primaryItemId,
729: p_org_id => wjsi_row.organization_id,
730: p_tolerance_type => wjsi_row.overcompletion_tolerance_type,
731: p_tolerance_value => wjsi_row.overcompletion_tolerance_value);
732: end if;