DBA Data[Home] [Help]

APPS.PA_WORKPLAN_WORKFLOW dependencies on PA_PROJECT_STRUCTURE_PVT1

Line 240: --call PA_PROJECT_STRUCTURE_PVT1.change_workplan_status

236: ,itemkey => itemkey
237: ,aname => 'RECORD_VERSION_NUMBER');
238:
239:
240: --call PA_PROJECT_STRUCTURE_PVT1.change_workplan_status
241: PA_PROJECT_STRUCTURE_PVT1.change_workplan_status
242: (
243: p_project_id => l_project_id
244: ,p_structure_version_id => l_structure_version_id

Line 241: PA_PROJECT_STRUCTURE_PVT1.change_workplan_status

237: ,aname => 'RECORD_VERSION_NUMBER');
238:
239:
240: --call PA_PROJECT_STRUCTURE_PVT1.change_workplan_status
241: PA_PROJECT_STRUCTURE_PVT1.change_workplan_status
242: (
243: p_project_id => l_project_id
244: ,p_structure_version_id => l_structure_version_id
245: ,p_status_code => 'STRUCTURE_REJECTED'

Line 335: PA_PROJECT_STRUCTURE_PVT1.change_workplan_status

331: pa_debug.write(x_Module=>'PA_WORKPLAN_WORKFLOW.CHANGE_STATUS_APPROVED', x_Msg => 'Calling change_workplan_status', x_Log_Level=> 3);
332: END IF;
333:
334:
335: PA_PROJECT_STRUCTURE_PVT1.change_workplan_status
336: (
337: p_project_id => l_project_id
338: ,p_structure_version_id => l_structure_version_id
339: ,p_status_code => 'STRUCTURE_APPROVED'

Line 447: --call PA_PROJECT_STRUCTURE_PVT1.change_workplan_status

443: wf_engine.SetItemAttrNumber(itemtype, itemkey,
444: 'STRUCTURE_VER_ID',l_published_struc_ver_id);
445: wf_engine.SetItemAttrText(itemtype, itemkey,
446: 'STRUCTURE_VER_ID_T',to_char(l_published_struc_ver_id));
447: --call PA_PROJECT_STRUCTURE_PVT1.change_workplan_status
448: END IF;
449: -- 4537865 : Included EXCEPTION BLOCK
450: EXCEPTION
451: WHEN OTHERS THEN