DBA Data[Home] [Help]

APPS.ASO_UTILITY_PVT dependencies on FND_APPLICATION_VL

Line 458: FROM fnd_application_vl

454: l_msg_data VARCHAR2(2000);
455:
456: Cursor Get_Appl_Id (x_short_name VARCHAR2) IS
457: SELECT application_id
458: FROM fnd_application_vl
459: WHERE application_short_name = x_short_name;
460:
461: Cursor Get_Message_Num (x_msg VARCHAR2, x_id NUMBER, x_lang_id NUMBER) IS
462: SELECT msg.message_number