DBA Data[Home] [Help]

APPS.EDR_UTILITIES dependencies on AME_CALLING_APPS

Line 232: from ame_Calling_Apps

228: fnd_message.set_token( 'APPR_NUM', approverlist.count);
229: fnd_file.put_line(fnd_file.output, fnd_message.get);
230:
231: select application_name into l_application_name
232: from ame_Calling_Apps
233: where FND_APPLICATION_ID=l_application_id
234: and TRANSACTION_TYPE_ID=NVL(l_ame_transaction_type,evt.getEventName( ))
235: --Bug 4652277: Start
236: --and end_Date is null;

Line 1831: from ame_Calling_Apps

1827:
1828: -- Bug 5167817 : end
1829: --Obtain the application name
1830: select application_name into l_application_name
1831: from ame_Calling_Apps
1832: where FND_APPLICATION_ID=l_application_id
1833: and TRANSACTION_TYPE_ID=NVL(l_ame_transaction_type,evt.getEventName( ))
1834: --Bug 4652277: Start
1835: --and end_Date is null;