DBA Data[Home] [Help]

APPS.PER_RI_LCW_REG_PKG dependencies on FND_MENU_ENTRIES

Line 36: FROM fnd_menu_entries

32:
33:
34: CURSOR csr_get_max_entry_seq (p_menu_id number) IS
35: SELECT max(entry_sequence)
36: FROM fnd_menu_entries
37: WHERE menu_id = p_menu_id;
38:
39: --To be changed as soon as the issue with table's PK is resolved
40: Cursor chk_sub_task_exists IS