DBA Data[Home] [Help]

APPS.AME_APPROVER_DEVIATION_PKG dependencies on FND_APPLICATION_VL

Line 571: from fnd_application_vl

567: tempName varchar2(300);
568: begin
569: select application_name
570: into tempName
571: from fnd_application_vl
572: where application_id = to_number(P_APPLICATION);
573: return tempName;
574: exception
575: when others then