DBA Data[Home] [Help]

APPS.POA_BIS_ALERTS dependencies on DUAL

Line 1051: FROM dual;

1047:
1048: -- Generate workflow process key
1049: SELECT bis_excpt_wf_s.nextval
1050: INTO l_wf_item_key
1051: FROM dual;
1052:
1053: -- Create workflow process
1054: wf_engine.CreateProcess(itemtype => p_wf_item_type,
1055: itemkey => l_wf_item_key,