DBA Data[Home] [Help]

APPS.IEX_WRITEOFFOBJ_PUB dependencies on FND_APPLICATION_VL

Line 40: FROM fnd_application_vl

36: l_new_line VARCHAR2(10) := FND_GLOBAL.NEWLINE;
37:
38: Cursor Get_Appl_Id (x_short_name VARCHAR2) IS
39: SELECT application_id
40: FROM fnd_application_vl
41: WHERE application_short_name = x_short_name;
42:
43: Cursor Get_Message_Num (x_msg VARCHAR2, x_id NUMBER, x_lang_id NUMBER) IS
44: SELECT msg.message_number