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 801: lv_response := hr_approval_custom.Check_Final_approver

797:
798: ln_last_def_approver:= NVL(ln_last_def_approver,l_forward_to_person_id);
799:
800: -- check if we have default approvers
801: lv_response := hr_approval_custom.Check_Final_approver
802: (p_forward_to_person_id => ln_last_def_approver
803: ,p_person_id => l_creator_person_id );
804:
805: IF lv_response <>'N' THEN

Line 863: lv_response := hr_approval_custom.Check_Final_approver

859: ELSE
860: p_approvalprocesscompleteynout := ame_util.booleanTrue;
861: END IF;
862: ELSE
863: lv_response := hr_approval_custom.Check_Final_approver
864: (p_forward_to_person_id => ln_last_def_approver
865: ,p_person_id => l_creator_person_id );
866: if lv_response <>'N' then
867: p_approvalprocesscompleteynout := ame_util.booleanTrue ;

Line 989: hr_approval_custom.Get_Next_Approver

985: -- fix for bug #2087458
986: -- the l_current_forward_to_id resetting was removed for default approver.
987: -- now the from column will show the last approver approved.
988: l_forward_to_person_id :=
989: hr_approval_custom.Get_Next_Approver
990: (p_person_id => NVL(ln_last_default_approver_id,
991: wf_engine.GetItemAttrNumber
992: (itemtype => p_item_type
993: ,itemkey => p_item_key