DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on STANDARD

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

1089: /* ER 4163405: Re-add the condition here for return transactions only */
1090: if (transactionType = wip_constants.retassy_type) then
1091:
1092: -- validate return quantity
1093: /* Fixed bug 3693148. We should allow overreturn for non-standard job*/
1094: if (l_job_type = WIP_CONSTANTS.STANDARD AND
1095: transactionQty > completedQty) then
1096: fnd_message.set_name ('WIP', 'WIP_LESS_OR_EQUAL');
1097: fnd_message.set_token('ENTITY1', 'TOTAL TXN QTY-CAP', TRUE);

Line 1094: if (l_job_type = WIP_CONSTANTS.STANDARD AND

1090: if (transactionType = wip_constants.retassy_type) then
1091:
1092: -- validate return quantity
1093: /* Fixed bug 3693148. We should allow overreturn for non-standard job*/
1094: if (l_job_type = WIP_CONSTANTS.STANDARD AND
1095: transactionQty > completedQty) then
1096: fnd_message.set_name ('WIP', 'WIP_LESS_OR_EQUAL');
1097: fnd_message.set_token('ENTITY1', 'TOTAL TXN QTY-CAP', TRUE);
1098: fnd_message.set_token('ENTITY2', 'JOB COMPLETE QUANTITY', TRUE);