DBA Data[Home] [Help]

APPS.OKL_CS_WF dependencies on FND_APPLICATION_VL

Line 22: FROM fnd_application_vl

18: l_msg_data VARCHAR2(2000);
19:
20: Cursor Get_Appl_Id (x_short_name VARCHAR2) IS
21: SELECT application_id
22: FROM fnd_application_vl
23: WHERE application_short_name = x_short_name;
24:
25: Cursor Get_Message_Num (x_msg VARCHAR2, x_id NUMBER, x_lang_id NUMBER) IS
26: SELECT msg.message_number