DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on STANDARD

Line 1084: /* Fixed bug 3693148. We should allow overreturn for non-standard job*/

1080: /* ER 4163405: Re-add the condition here for return transactions only */
1081: if (transactionType = wip_constants.retassy_type) then
1082:
1083: -- validate return quantity
1084: /* Fixed bug 3693148. We should allow overreturn for non-standard job*/
1085: if (l_job_type = WIP_CONSTANTS.STANDARD AND
1086: transactionQty > completedQty) then
1087: fnd_message.set_name ('WIP', 'WIP_LESS_OR_EQUAL');
1088: fnd_message.set_token('ENTITY1', 'TOTAL TXN QTY-CAP', TRUE);

Line 1085: if (l_job_type = WIP_CONSTANTS.STANDARD AND

1081: if (transactionType = wip_constants.retassy_type) then
1082:
1083: -- validate return quantity
1084: /* Fixed bug 3693148. We should allow overreturn for non-standard job*/
1085: if (l_job_type = WIP_CONSTANTS.STANDARD AND
1086: transactionQty > completedQty) then
1087: fnd_message.set_name ('WIP', 'WIP_LESS_OR_EQUAL');
1088: fnd_message.set_token('ENTITY1', 'TOTAL TXN QTY-CAP', TRUE);
1089: fnd_message.set_token('ENTITY2', 'JOB COMPLETE QUANTITY', TRUE);