DBA Data[Home] [Help]

APPS.PA_HR_UPDATE_PA_ENTITIES dependencies on PA_WORKFLOW_UTILS

Line 569: PA_WORKFLOW_UTILS.Insert_WF_Processes

565: -- This is required for displaying notifications on PA pages.
566:
567: BEGIN
568:
569: PA_WORKFLOW_UTILS.Insert_WF_Processes
570: (p_wf_type_code => 'HR_CHANGE_MGMT'
571: ,p_item_type => itemtype
572: ,p_item_key => itemkey
573: ,p_entity_key1 => to_char(p_person_id)

Line 3284: PA_WORKFLOW_UTILS.Insert_WF_Processes

3280: -- This is required for displaying notifications on PA pages.
3281:
3282: BEGIN
3283:
3284: PA_WORKFLOW_UTILS.Insert_WF_Processes
3285: (p_wf_type_code => 'HR_CHANGE_MGMT'
3286: ,p_item_type => l_item_type
3287: ,p_item_key => l_item_key
3288: ,p_entity_key1 => to_char(p_person_id)