DBA Data[Home] [Help]

APPS.PA_CANDIDATE_PUB dependencies on PA_WORKFLOW_UTILS

Line 2605: PA_WORKFLOW_UTILS.Insert_WF_Processes

2601:
2602: -- Insert to PA tables wf process information.
2603: -- This is required for displaying notifications on PA pages.
2604:
2605: PA_WORKFLOW_UTILS.Insert_WF_Processes
2606: (p_wf_type_code => 'CANDIDATE'
2607: ,p_item_type => p_wf_item_type
2608: ,p_item_key => l_itemkey
2609: ,p_entity_key1 => to_char(l_projects_rec.project_id)