DBA Data[Home] [Help]

APPS.AME_APPROVER_DEVIATION_PKG dependencies on AME_CALLING_APPS_VL

Line 583: from ame_calling_apps_vl

579: tempapplName varchar2(720);
580: begin
581: select application_name
582: into tempapplName
583: from ame_calling_apps_vl
584: where application_id = P_AMEAPPLID
585: and sysdate between start_date and nvl(end_date,sysdate);
586: return tempapplName;
587: exception