DBA Data[Home] [Help]

APPS.AP_VOID_PKG dependencies on AP_WORKFLOW_PKG

Line 885: AP_WORKFLOW_PKG.create_hold_wf_process(l_hold_tab(i).hold_id);

881: FOR i in nvl(l_hold_tab.FIRST, 0) .. nvl(l_hold_tab.LAST, 0) LOOP
882:
883: IF (l_hold_tab.exists(i)) THEN
884:
885: AP_WORKFLOW_PKG.create_hold_wf_process(l_hold_tab(i).hold_id);
886:
887: END IF;
888:
889: END LOOP;