DBA Data[Home] [Help]

APPS.GL_CI_REMOTE_INVOKE_PKG dependencies on FND_MENUS

Line 426: SELECT menu_id INTO l_menu from fnd_menus where menu_name = 'GL_SU_J_IMPORT';

422: -- fnd_global.Apps_Initialize(user_id, resp_id, app_id);
423: l_rule_type := 'M';
424: IF (import_flag = 'Y' ) THEN
425: --l_menu := 67905;
426: SELECT menu_id INTO l_menu from fnd_menus where menu_name = 'GL_SU_J_IMPORT';
427: v_SQL := 'select count(*) from fnd_resp_functions' ||
428: ' where application_id = :app_id' ||
429: ' and responsibility_id = :r_id' ||
430: ' and action_id = :menu_id' ||