DBA Data[Home] [Help]

APPS.AMW_RL_HIERARCHY_PKG dependencies on AMW_PROCESS_CODE_S

Line 1688: select l_prefix || to_char(AMW_PROCESS_CODE_S.nextval) into l_code from dual;

1684: p_param_name => 'PROCESS_CODE_PREFIX');
1685:
1686:
1687: while (true) loop
1688: select l_prefix || to_char(AMW_PROCESS_CODE_S.nextval) into l_code from dual;
1689:
1690: select 1 into l_dummy from amw_process
1691: where process_code = l_code
1692: and end_date is null;