DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE dependencies on PA_WF_PROCESSES

Line 943: FROM pa_wf_processes

939:
940: -- Start of changes for Bug 2898598
941:
942: FOR i IN ( SELECT item_type,item_key
943: FROM pa_wf_processes
944: WHERE entity_key1 = TO_CHAR(x_project_id))
945: LOOP
946:
947: wf_engine.itemstatus ( itemtype => i.item_type,

Line 962: DELETE FROM pa_wf_processes

958: itemkey => i.item_key );
959:
960: END LOOP;
961:
962: DELETE FROM pa_wf_processes
963: WHERE entity_key1 = TO_CHAR(x_project_id);
964:
965: -- End of changes for bug 2898598
966: