DBA Data[Home] [Help]

APPS.AME_API2 dependencies on AME_CALLING_APPS

Line 104: from ame_calling_apps

100: adminApproverOut.name := ame_util.getAdminName;
101: else
102: select application_id
103: into tempAmeApplicationId
104: from ame_calling_apps
105: where fnd_application_id = applicationIdIn and
106: transaction_type_id = transactionTypeIn and
107: sysdate between start_date and
108: nvl(end_date - ame_util.oneSecond, sysdate);