DBA Data[Home] [Help]

APPS.JTF_DEBUG_PUB dependencies on FND_APPLICATION_VL

Line 512: FROM fnd_application_vl

508: MSG_INDEX NUMBER := 1; -- index of the message that needs to be retrieved.
509:
510: Cursor Get_Appl_Id (x_short_name VARCHAR2) IS
511: SELECT application_id
512: FROM fnd_application_vl
513: WHERE application_short_name = x_short_name;
514:
515: Cursor Get_Message_Num (x_msg VARCHAR2, x_id NUMBER, x_lang_id NUMBER) IS
516: SELECT msg.message_number