DBA Data[Home] [Help]

APPS.WF_DIRECTORY dependencies on WF_ADHOC_ROLE_S

Line 1740: select to_char(WF_ADHOC_ROLE_S.NEXTVAL)

1736:
1737: NULL;
1738: elsif (name is null ) then
1739: begin
1740: select to_char(WF_ADHOC_ROLE_S.NEXTVAL)
1741: into role_id
1742: from SYS.DUAL;
1743: exception
1744: when others then

Line 2215: select to_char(WF_ADHOC_ROLE_S.NEXTVAL)

2211: --
2212: -- Create role name if not exist
2213: --
2214: begin
2215: select to_char(WF_ADHOC_ROLE_S.NEXTVAL)
2216: into role_id
2217: from SYS.DUAL;
2218: exception
2219: when others then