DBA Data[Home] [Help]

APPS.AP_VOID_PKG dependencies on AP_WORKFLOW_PKG

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

1035: FOR i in nvl(l_hold_tab.FIRST, 0) .. nvl(l_hold_tab.LAST, 0) LOOP
1036:
1037: IF (l_hold_tab.exists(i)) THEN
1038:
1039: AP_WORKFLOW_PKG.create_hold_wf_process(l_hold_tab(i).hold_id);
1040:
1041: END IF;
1042:
1043: END LOOP;