DBA Data[Home] [Help]

APPS.IGS_AD_GEN_001 dependencies on FND_FORM_FUNCTIONS_VL

Line 2341: fnd_form_functions_vl vl

2337: --Cursor to get the user function name for the child form.
2338: CURSOR c_user_form_name IS
2339: SELECT tl.user_form_name
2340: FROM fnd_form_tl tl,
2341: fnd_form_functions_vl vl
2342: WHERE tl.form_id = vl.form_id
2343: AND tl.language = USERENV ('LANG')
2344: AND tl.application_id = 8405
2345: AND vl.application_id = 8405