DBA Data[Home] [Help]

APPS.EDR_ISIGN_CHECKLIST_PVT dependencies on AME_CALLING_APPS

Line 155: from ame_Calling_Apps

151: --Bug 5287504: End
152:
153: -- Bug 5167817 : end
154: select application_name into l_application_name
155: from ame_Calling_Apps
156: where FND_APPLICATION_ID=l_application_id
157: and TRANSACTION_TYPE_ID=NVL(l_ame_transaction_type,evt.getEventName( ))
158: --Bug 4652277: Start
159: --and end_Date is null;