DBA Data[Home] [Help]

APPS.AME_API2 dependencies on AME_CALLING_APPS

Line 99: from ame_calling_apps

95: adminApproverOut.name := ame_util.getAdminName;
96: else
97: select application_id
98: into tempAmeApplicationId
99: from ame_calling_apps
100: where fnd_application_id = applicationIdIn and
101: transaction_type_id = transactionTypeIn and
102: sysdate between start_date and
103: nvl(end_date - ame_util.oneSecond, sysdate);