DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on WIP_OVERCOMPLETION

Line 1040: wip_overcompletion.check_tolerance(

1036: ocQtyToCheck := transactionQty;
1037: else -- the job has a routing
1038: ocQtyToCheck := transactionQty - availableQty;
1039: end if;
1040: wip_overcompletion.check_tolerance(
1041: p_organization_id => orgID,
1042: p_wip_entity_id => wipEntityID,
1043: p_primary_quantity => ocQtyToCheck,
1044: p_result => result);

Line 1137: wip_overcompletion.check_tolerance(

1133: end if;
1134:
1135: x_returnStatus := fnd_api.g_ret_sts_success;
1136: if ( p_overCplQty > 0 ) then
1137: wip_overcompletion.check_tolerance(
1138: p_organization_id => p_orgID,
1139: p_wip_entity_id => p_wipEntityID,
1140: p_primary_quantity => p_overCplQty,
1141: p_result => result);