DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on WIP_OVERCOMPLETION

Line 1049: wip_overcompletion.check_tolerance(

1045: ocQtyToCheck := transactionQty;
1046: else -- the job has a routing
1047: ocQtyToCheck := transactionQty - availableQty;
1048: end if;
1049: wip_overcompletion.check_tolerance(
1050: p_organization_id => orgID,
1051: p_wip_entity_id => wipEntityID,
1052: p_primary_quantity => ocQtyToCheck,
1053: p_result => result);

Line 1146: wip_overcompletion.check_tolerance(

1142: end if;
1143:
1144: x_returnStatus := fnd_api.g_ret_sts_success;
1145: if ( p_overCplQty > 0 ) then
1146: wip_overcompletion.check_tolerance(
1147: p_organization_id => p_orgID,
1148: p_wip_entity_id => p_wipEntityID,
1149: p_primary_quantity => p_overCplQty,
1150: p_result => result);