DBA Data[Home] [Help]

APPS.PA_ROLE_STATUS_MENU_PKG dependencies on DUAL

Line 28: from sys.dual;

24:
25: -- Get the next sequence number for the primary key.
26: select PA_ROLE_STATUS_MENU_MAP_S.nextval
27: into P_ROLE_STATUS_MENU_ID
28: from sys.dual;
29:
30: insert into pa_role_status_menu_map (
31: ROLE_STATUS_MENU_ID,
32: ROLE_ID,