DBA Data[Home] [Help]

APPS.FND_IREP_LOADER_PRIVATE dependencies on FND_MENUS_S

Line 1646: --t_menu_id := fnd_menus_s.nextval;

1642: t_menu_id fnd_menus.menu_id%TYPE;
1643: l_grant_guid raw(16);
1644: error1 varchar2(300);
1645: BEGIN
1646: --t_menu_id := fnd_menus_s.nextval;
1647: select fnd_menus_s.nextval into t_menu_id from dual;
1648: IF v_fnd_form_functions is not null and v_fnd_form_functions.COUNT > 0 THEN
1649:
1650: FOR i IN v_fnd_form_functions.FIRST .. v_fnd_form_functions.LAST

Line 1647: select fnd_menus_s.nextval into t_menu_id from dual;

1643: l_grant_guid raw(16);
1644: error1 varchar2(300);
1645: BEGIN
1646: --t_menu_id := fnd_menus_s.nextval;
1647: select fnd_menus_s.nextval into t_menu_id from dual;
1648: IF v_fnd_form_functions is not null and v_fnd_form_functions.COUNT > 0 THEN
1649:
1650: FOR i IN v_fnd_form_functions.FIRST .. v_fnd_form_functions.LAST
1651: LOOP