DBA Data[Home] [Help]

APPS.AZW_PROC dependencies on DUAL

Line 2054: select AZ_WF_ITEMKEY_S.nextval into itemkey from dual;

2050: prev_step varchar2(2000);
2051:
2052: BEGIN
2053:
2054: select AZ_WF_ITEMKEY_S.nextval into itemkey from dual;
2055:
2056: if (wf_item.Item_Exist(p_itemtype, itemkey)) then
2057: --wf_engine.handleerror(p_itemtype, itemkey, 'START', 'RETRY', null);
2058: null;