DBA Data[Home] [Help]

APPS.PA_HR_UPDATE_PA_ENTITIES dependencies on PA_WORKFLOW_UTILS

Line 477: PA_WORKFLOW_UTILS.Insert_WF_Processes

473: -- This is required for displaying notifications on PA pages.
474:
475: BEGIN
476:
477: PA_WORKFLOW_UTILS.Insert_WF_Processes
478: (p_wf_type_code => 'HR_CHANGE_MGMT'
479: ,p_item_type => itemtype
480: ,p_item_key => itemkey
481: ,p_entity_key1 => to_char(p_person_id)

Line 3087: PA_WORKFLOW_UTILS.Insert_WF_Processes

3083: -- This is required for displaying notifications on PA pages.
3084:
3085: BEGIN
3086:
3087: PA_WORKFLOW_UTILS.Insert_WF_Processes
3088: (p_wf_type_code => 'HR_CHANGE_MGMT'
3089: ,p_item_type => l_item_type
3090: ,p_item_key => l_item_key
3091: ,p_entity_key1 => to_char(p_person_id)