DBA Data[Home] [Help]

APPS.PAY_SG_CPFLINE dependencies on HR_UTILITY

Line 122: hr_utility.set_location(l_proc_name || ' Start of assignment_action_code',30);

118: l_proc_name := l_package || 'assignment_action_code';
119: pay_sg_cpfline.initialization_code(p_payroll_action_id) ;
120: --
121: if g_debug then
122: hr_utility.set_location(l_proc_name || ' Start of assignment_action_code',30);
123: end if;
124: --
125: for i in c_assact
126: loop

Line 132: hr_utility.set_location(l_proc_name|| ' Before calling hr_nonrun_asact.insact',30);

128: fetch next_action_id into l_next_action_id;
129: close next_action_id;
130: --
131: if g_debug then
132: hr_utility.set_location(l_proc_name|| ' Before calling hr_nonrun_asact.insact',30);
133: end if;
134: --
135: hr_nonrun_asact.insact( l_next_action_id,
136: i.assignment_id,

Line 142: hr_utility.set_location(l_proc_name||' After calling hr_nonrun_asact.insact',30);

138: p_chunk,
139: g_pact.legal_entity_id );
140: --
141: if g_debug then
142: hr_utility.set_location(l_proc_name||' After calling hr_nonrun_asact.insact',30);
143: end if;
144: --
145: end loop;
146: --

Line 148: hr_utility.set_location(l_proc_name|| ' End of assignment_action_code',30);

144: --
145: end loop;
146: --
147: if g_debug then
148: hr_utility.set_location(l_proc_name|| ' End of assignment_action_code',30);
149: end if;
150: exception
151: when others then
152: if g_debug then

Line 153: hr_utility.set_location(l_proc_name||' Error raised in assignment_action_code procedure',30);

149: end if;
150: exception
151: when others then
152: if g_debug then
153: hr_utility.set_location(l_proc_name||' Error raised in assignment_action_code procedure',30);
154: end if;
155: raise;
156: end assignment_action_code ;
157: ------------------------------------------------------------

Line 167: g_debug := hr_utility.debug_enabled;

163:
164: begin
165: l_package := ' pay_sg_cpfline.';
166: l_proc_name := l_package || 'initialization_code';
167: g_debug := hr_utility.debug_enabled;
168: --
169: if g_debug then
170: hr_utility.set_location(l_proc_name||' Start of initialization_code',20);
171: end if;

Line 170: hr_utility.set_location(l_proc_name||' Start of initialization_code',20);

166: l_proc_name := l_package || 'initialization_code';
167: g_debug := hr_utility.debug_enabled;
168: --
169: if g_debug then
170: hr_utility.set_location(l_proc_name||' Start of initialization_code',20);
171: end if;
172: --
173: if g_pact.report_type is null then
174: select ppa.report_type,

Line 189: hr_utility.set_location(l_proc_name||' End of initialization_code',20);

185: where ppa.payroll_action_id = p_payroll_action_id;
186: end if ;
187: --
188: if g_debug then
189: hr_utility.set_location(l_proc_name||' End of initialization_code',20);
190: end if;
191: exception
192: when others then
193: if g_debug then

Line 194: hr_utility.set_location(l_proc_name||' Error in initialization code ',20);

190: end if;
191: exception
192: when others then
193: if g_debug then
194: hr_utility.set_location(l_proc_name||' Error in initialization code ',20);
195: end if;
196: raise;
197: end initialization_code;
198: ------------------------------------------------------------

Line 282: hr_utility.set_location(l_proc_name||' Start of archive_code',40);

278: --------------------------------
279: -- Populating rec_action_info with Employee Details
280: --------------------------------
281: if g_debug then
282: hr_utility.set_location(l_proc_name||' Start of archive_code',40);
283: end if;
284: --
285: open csr_employee_details( p_assignment_action_id ) ;
286: fetch csr_employee_details

Line 372: hr_utility.set_location(l_proc_name||' Before Insert into pay_action_information',40);

368: ------------------------------------------------
369: -- Insert data into pay_action_information
370: ------------------------------------------------
371: if g_debug then
372: hr_utility.set_location(l_proc_name||' Before Insert into pay_action_information',40);
373: end if;
374: insert into pay_action_information (
375: action_information_id,
376: action_context_id,

Line 437: hr_utility.set_location(l_proc_name||' After Insert into pay_action_information',40);

433: rec_action_info.action_information21,
434: rec_action_info.action_information22,
435: rec_action_info.action_information23 ) ;
436: if g_debug then
437: hr_utility.set_location(l_proc_name||' After Insert into pay_action_information',40);
438: end if;
439: --
440: if g_debug then
441: hr_utility.set_location(l_proc_name||' End of archive_code',40);

Line 441: hr_utility.set_location(l_proc_name||' End of archive_code',40);

437: hr_utility.set_location(l_proc_name||' After Insert into pay_action_information',40);
438: end if;
439: --
440: if g_debug then
441: hr_utility.set_location(l_proc_name||' End of archive_code',40);
442: end if;
443: end archive_code ;
444: ---------------------------------
445: -- Deinitialization_code