DBA Data[Home] [Help]

APPS.AS_UTILITY_PVT dependencies on FND_APPLICATION_VL

Line 387: FROM fnd_application_vl

383: l_msg_data VARCHAR2(2000);
384:
385: Cursor Get_Appl_Id (x_short_name VARCHAR2) IS
386: SELECT application_id
387: FROM fnd_application_vl
388: WHERE application_short_name = x_short_name;
389:
390: Cursor Get_Message_Num (x_msg VARCHAR2, x_id NUMBER, x_lang_id NUMBER) IS
391: SELECT msg.message_number