DBA Data[Home] [Help]

APPS.PA_PROJECT_REQUEST_PVT dependencies on PA_WORKFLOW_UTILS

Line 2416: PA_WORKFLOW_UTILS.Insert_WF_Processes

2412: itemkey => l_item_key );
2413:
2414: -- Insert to PA tables wf process information.
2415:
2416: PA_WORKFLOW_UTILS.Insert_WF_Processes
2417: (p_wf_type_code => 'OM_UPDATE_PROJECTS'
2418: ,p_item_type => l_item_type
2419: ,p_item_key => l_item_key
2420: ,p_entity_key1 => to_char(l_project_id_tab(i-1))

Line 2500: PA_WORKFLOW_UTILS.Insert_WF_Processes

2496: itemkey => l_item_key );
2497:
2498: -- Insert to PA tables wf process information.
2499:
2500: PA_WORKFLOW_UTILS.Insert_WF_Processes
2501: (p_wf_type_code => 'OM_UPDATE_PROJECTS'
2502: ,p_item_type => l_item_type
2503: ,p_item_key => l_item_key
2504: ,p_entity_key1 => to_char(l_project_id_tab.LAST)