DBA Data[Home] [Help]

APPS.GHR_GENERAL dependencies on HR_UTILITY

Line 96: hr_utility.set_location('Entering' ,1);

92: l_position_id per_all_assignments_f.position_id%type;
93:
94: begin
95:
96: hr_utility.set_location('Entering' ,1);
97:
98: if funcmode = 'RUN' then
99: hr_utility.set_location('Run' ,1);
100: l_person_id := wf_engine.GetItemAttrText(itemtype => Itemtype,

Line 99: hr_utility.set_location('Run' ,1);

95:
96: hr_utility.set_location('Entering' ,1);
97:
98: if funcmode = 'RUN' then
99: hr_utility.set_location('Run' ,1);
100: l_person_id := wf_engine.GetItemAttrText(itemtype => Itemtype,
101: itemkey => Itemkey,
102: aname => 'PERSON_ID');
103: hr_utility.set_location('l_person_id is ' || l_person_id ,1);

Line 103: hr_utility.set_location('l_person_id is ' || l_person_id ,1);

99: hr_utility.set_location('Run' ,1);
100: l_person_id := wf_engine.GetItemAttrText(itemtype => Itemtype,
101: itemkey => Itemkey,
102: aname => 'PERSON_ID');
103: hr_utility.set_location('l_person_id is ' || l_person_id ,1);
104:
105: /*l_effective_date := wf_engine.GetItemAttrText(itemtype => Itemtype,
106: itemkey => Itemkey,
107: aname => 'EFFECTIVE_DATE');

Line 115: hr_utility.set_location('l_pos _id is ' || l_position_id ,1);

111: for get_pos_rec in get_position_id loop
112: l_position_id := get_pos_rec.position_id;
113: end loop;
114:
115: hr_utility.set_location('l_pos _id is ' || l_position_id ,1);
116:
117: ghr_wf_wgi_pkg.get_emp_personnel_groupbox (
118: p_position_id => l_position_id,
119: p_effective_date => l_effective_date,

Line 124: hr_utility.set_location('l_gbx_id is ' || l_gbx_user_id ,1);

120: p_groupbox_name => l_groupbox_name,
121: p_personnel_office_id => l_personnel_office_id,
122: p_gbx_user_id => l_gbx_user_id
123: );
124: hr_utility.set_location('l_gbx_id is ' || l_gbx_user_id ,1);
125:
126: /* Assuming that either the groupbox or the approver name will be
127: available for each POI. If values exist for both then the notification will
128: be sent to the groupbox