DBA Data[Home] [Help]

APPS.BIS_CORRECTIVE_ACTION_PVT dependencies on BIS_EXCPT_WF_S

Line 680: SELECT bis_excpt_wf_s.nextval

676: FOR i IN 1..l_Alert_recipients_tbl.COUNT LOOP
677:
678: BIS_UTILITIES_PUB.put_line(p_text =>'Starting item type: '||l_item_type||', process: '||l_process);
679:
680: SELECT bis_excpt_wf_s.nextval
681: INTO l_wf_item_key
682: FROM dual;
683:
684: BIS_UTILITIES_PUB.put_line(p_text =>'wf_item_key: '||l_wf_item_key);