DBA Data[Home] [Help]

APPS.HR_EMP_ERROR_UTILITY dependencies on HR_WORKFLOW_UTILITY

Line 482: l_error_instance_label := hr_workflow_utility.get_activity_instance_label

478: l_error_instance_label wf_process_activities.instance_label%TYPE;
479: --
480: begin
481: if funmode = 'RUN' then
482: l_error_instance_label := hr_workflow_utility.get_activity_instance_label
483: (p_actid => l_error_actid);
484: wf_engine.handleerror
485: (itemtype => l_error_item_type
486: ,itemkey => l_error_item_key

Line 553: if not hr_workflow_utility.item_attribute_exists

549: -- ------------------------------------------------------------------------
550: -- set the ERROR_PERSON_ID item attribute
551: -- ------------------------------------------------------------------------
552: -- check to see if the item attribute exists
553: if not hr_workflow_utility.item_attribute_exists
554: (p_item_type => itemtype
555: ,p_item_key => itemkey
556: ,p_name => 'ERROR_PERSON_ID') then
557: -- the ERROR_PERSON_ID does not exist so create it

Line 579: if not hr_workflow_utility.item_attribute_exists

575: ,p_orig_system_id => l_person_id
576: ,p_name => l_error_person_username
577: ,p_display_name => l_error_person_display_name);
578: -- check to see if the item attribute exists
579: if not hr_workflow_utility.item_attribute_exists
580: (p_item_type => itemtype
581: ,p_item_key => itemkey
582: ,p_name => 'ERROR_PERSON_USERNAME') then
583: -- the ERROR_PERSON_USERNAME does not exist so create it

Line 599: if not hr_workflow_utility.item_attribute_exists

595: -- ------------------------------------------------------------------------
596: -- set the TRANSACTION_ID item attribute
597: -- ------------------------------------------------------------------------
598: -- check to see if the item attribute exists
599: if not hr_workflow_utility.item_attribute_exists
600: (p_item_type => itemtype
601: ,p_item_key => itemkey
602: ,p_name => 'TRANSACTION_ID') then
603: -- the TRANSACTION_ID does not exist so create it

Line 623: if not hr_workflow_utility.item_attribute_exists

619: -- ------------------------------------------------------------------------
620: -- set the item attribute SYSTEM_ERROR_ACTID to the
621: -- current activity
622: -- check to see if the item attribute exists
623: if not hr_workflow_utility.item_attribute_exists
624: (p_item_type => l_error_item_type
625: ,p_item_key => l_error_item_key
626: ,p_name => 'SYSTEM_ERROR_ACTID') then
627: -- the SYSTEM_ERROR_ACTID does not exist so create it