DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on HR_APPROVAL_CUSTOM

Line 117: hr_utility.set_location('Setting hr_approval_custom.g_itemtype as :'|| p_itemtype,2);

113: g_debug := hr_utility.debug_enabled;
114: hr_utility.set_location('Entering: '|| l_proc,1);
115:
116: if g_debug then
117: hr_utility.set_location('Setting hr_approval_custom.g_itemtype as :'|| p_itemtype,2);
118: hr_utility.set_location('Setting hr_approval_custom.g_itemkey as :'|| p_itemkey,3);
119: end if;
120:
121: hr_approval_custom.g_itemtype := p_itemtype;

Line 118: hr_utility.set_location('Setting hr_approval_custom.g_itemkey as :'|| p_itemkey,3);

114: hr_utility.set_location('Entering: '|| l_proc,1);
115:
116: if g_debug then
117: hr_utility.set_location('Setting hr_approval_custom.g_itemtype as :'|| p_itemtype,2);
118: hr_utility.set_location('Setting hr_approval_custom.g_itemkey as :'|| p_itemkey,3);
119: end if;
120:
121: hr_approval_custom.g_itemtype := p_itemtype;
122: hr_approval_custom.g_itemkey := p_itemkey;

Line 121: hr_approval_custom.g_itemtype := p_itemtype;

117: hr_utility.set_location('Setting hr_approval_custom.g_itemtype as :'|| p_itemtype,2);
118: hr_utility.set_location('Setting hr_approval_custom.g_itemkey as :'|| p_itemkey,3);
119: end if;
120:
121: hr_approval_custom.g_itemtype := p_itemtype;
122: hr_approval_custom.g_itemkey := p_itemkey;
123: hr_utility.set_location('Leaving: '|| l_proc,10);
124: END set_custom_wf_globals;
125:

Line 122: hr_approval_custom.g_itemkey := p_itemkey;

118: hr_utility.set_location('Setting hr_approval_custom.g_itemkey as :'|| p_itemkey,3);
119: end if;
120:
121: hr_approval_custom.g_itemtype := p_itemtype;
122: hr_approval_custom.g_itemkey := p_itemkey;
123: hr_utility.set_location('Leaving: '|| l_proc,10);
124: END set_custom_wf_globals;
125:
126: function getOAFPageActId(p_item_type in wf_items.item_type%type,

Line 692: lv_response := hr_approval_custom.Check_Final_approver

688:
689: ln_last_def_approver:= NVL(ln_last_def_approver,l_forward_to_person_id);
690:
691: -- check if we have default approvers
692: lv_response := hr_approval_custom.Check_Final_approver
693: (p_forward_to_person_id => ln_last_def_approver
694: ,p_person_id => l_creator_person_id );
695:
696: IF lv_response <>'N' THEN

Line 754: lv_response := hr_approval_custom.Check_Final_approver

750: ELSE
751: p_approvalprocesscompleteynout := ame_util.booleanTrue;
752: END IF;
753: ELSE
754: lv_response := hr_approval_custom.Check_Final_approver
755: (p_forward_to_person_id => ln_last_def_approver
756: ,p_person_id => l_creator_person_id );
757: if lv_response <>'N' then
758: p_approvalprocesscompleteynout := ame_util.booleanTrue ;

Line 880: hr_approval_custom.Get_Next_Approver

876: -- fix for bug #2087458
877: -- the l_current_forward_to_id resetting was removed for default approver.
878: -- now the from column will show the last approver approved.
879: l_forward_to_person_id :=
880: hr_approval_custom.Get_Next_Approver
881: (p_person_id => NVL(ln_last_default_approver_id,
882: wf_engine.GetItemAttrNumber
883: (itemtype => p_item_type
884: ,itemkey => p_item_key