DBA Data[Home] [Help]

APPS.AME_API5 dependencies on FND_MESSAGE

Line 231: fnd_message.set_name('PER','AME_400791_INV_FND_APPS_TTY');

227: where sysdate between start_date and nvl(end_date - (1/86400),sysdate)
228: and fnd_application_id = applicationIdIn
229: and transaction_type_id = transactionTypeIn;
230: if tempCount = 0 then
231: fnd_message.set_name('PER','AME_400791_INV_FND_APPS_TTY');
232: fnd_message.raise_error;
233: end if;
234: --+
235: /* Invoke the engine and generate the approver list */

Line 232: fnd_message.raise_error;

228: and fnd_application_id = applicationIdIn
229: and transaction_type_id = transactionTypeIn;
230: if tempCount = 0 then
231: fnd_message.set_name('PER','AME_400791_INV_FND_APPS_TTY');
232: fnd_message.raise_error;
233: end if;
234: --+
235: /* Invoke the engine and generate the approver list */
236: ame_engine.updateTransactionState