DBA Data[Home] [Help]

APPS.PA_BUDGET_WF dependencies on PA_WF_PROCESSES

Line 107: l_item_type pa_wf_processes.item_type%TYPE;

103:
104: -- Local Variables
105:
106: l_err_code NUMBER := NULL;
107: l_item_type pa_wf_processes.item_type%TYPE;
108: l_item_key pa_wf_processes.item_key%TYPE;
109:
110: -- R12 MOAC, 19-JUL-05, jwhite -------------------
111:

Line 108: l_item_key pa_wf_processes.item_key%TYPE;

104: -- Local Variables
105:
106: l_err_code NUMBER := NULL;
107: l_item_type pa_wf_processes.item_type%TYPE;
108: l_item_key pa_wf_processes.item_key%TYPE;
109:
110: -- R12 MOAC, 19-JUL-05, jwhite -------------------
111:
112: l_return_status VARCHAR2(1) := NULL;

Line 160: -- Succesful! Log pa_wf_processes table for new workflow.

156:
157:
158: IF (l_err_code = 0)
159: THEN
160: -- Succesful! Log pa_wf_processes table for new workflow.
161:
162: PA_WORKFLOW_UTILS.Insert_WF_Processes
163: (p_wf_type_code => 'BUDGET'
164: ,p_item_type => l_item_type

Line 1548: -- Insert a Row into the PA_WF_PROCESSES Table

1544:
1545: END IF; -- r1157/FP Model Baseline Processing
1546:
1547: --
1548: -- Insert a Row into the PA_WF_PROCESSES Table
1549: -- to Record the Workflow Associated with the Baselined
1550: -- Budget
1551: --
1552: