DBA Data[Home] [Help]

APPS.AME_UTILITY_PKG dependencies on AME_CALLING_APPS_VL

Line 428: from ame_calling_apps_vl

424: p_success := 'Y';
425:
426: if p_transaction_type is not null then
427: select application_id into l_application_id
428: from ame_calling_apps_vl
429: where upper(trim(application_name)) = upper(trim(p_transaction_type))
430: and sysdate between start_date and nvl(end_date-(1/86400),sysdate);
431: end if;
432: