DBA Data[Home] [Help]

APPS.PA_CANDIDATE_PUB dependencies on PA_WORKFLOW_UTILS

Line 2342: PA_WORKFLOW_UTILS.Insert_WF_Processes

2338:
2339: -- Insert to PA tables wf process information.
2340: -- This is required for displaying notifications on PA pages.
2341:
2342: PA_WORKFLOW_UTILS.Insert_WF_Processes
2343: (p_wf_type_code => 'CANDIDATE'
2344: ,p_item_type => p_wf_item_type
2345: ,p_item_key => l_itemkey
2346: ,p_entity_key1 => to_char(l_projects_rec.project_id)