DBA Data[Home] [Help]

APPS.WF_DIRECTORY dependencies on WF_ADHOC_ROLE_S

Line 1598: select to_char(WF_ADHOC_ROLE_S.NEXTVAL)

1594:
1595: NULL;
1596: elsif (name is null ) then
1597: begin
1598: select to_char(WF_ADHOC_ROLE_S.NEXTVAL)
1599: into role_id
1600: from SYS.DUAL;
1601: exception
1602: when others then

Line 2073: select to_char(WF_ADHOC_ROLE_S.NEXTVAL)

2069: --
2070: -- Create role name if not exist
2071: --
2072: begin
2073: select to_char(WF_ADHOC_ROLE_S.NEXTVAL)
2074: into role_id
2075: from SYS.DUAL;
2076: exception
2077: when others then