DBA Data[Home] [Help]

APPS.PAY_HK_IR56_REPORT dependencies on PAY_HK_IR56_REPORT

Line 1: package body pay_hk_ir56_report as

1: package body pay_hk_ir56_report as
2: /* $Header: pyhk56rp.pkb 115.7 2003/05/30 08:21:10 kaverma ship $ */
3: -----------------------------------------------------------------------------
4: -- Program: pay_hk_ir56_report (Package Body)
5: --

Line 4: -- Program: pay_hk_ir56_report (Package Body)

1: package body pay_hk_ir56_report as
2: /* $Header: pyhk56rp.pkb 115.7 2003/05/30 08:21:10 kaverma ship $ */
3: -----------------------------------------------------------------------------
4: -- Program: pay_hk_ir56_report (Package Body)
5: --
6: -- Description: Various procedures/functions to submit the HK IR56B Year
7: -- End Report.
8: --

Line 41: --hr_utility.trace_on(null, 'pay_hk_ir56_report');

37: procedure range_code
38: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
39: p_sql out nocopy varchar2) is
40: begin
41: --hr_utility.trace_on(null, 'pay_hk_ir56_report');
42: hr_utility.set_location('Start of range_code',1);
43:
44: p_sql := 'select distinct person_id ' ||
45: 'from per_people_f ppf, ' ||

Line 152: --hr_utility.trace_on(null, 'pay_hk_ir56_report');

148: WHERE pai.locked_action_id = paa.assignment_action_id)
149: ;
150:
151: begin
152: --hr_utility.trace_on(null, 'pay_hk_ir56_report');
153: hr_utility.set_location('Start of assignment_action_code '||
154: p_payroll_action_id || ':' ||
155: p_start_person_id || ':' || p_end_person_id,3);
156:

Line 208: pay_hk_ir56_report.get_archive_value('X_HK_ARCHIVE_MESSAGE',

204:
205: hr_utility.set_location('Before calling hr_nonrun_asact.insact',4);
206:
207: l_x_hk_archive_message :=
208: pay_hk_ir56_report.get_archive_value('X_HK_ARCHIVE_MESSAGE',
209: process_rec.assignment_action_id);
210:
211: if l_x_hk_archive_message is null then
212:

Line 292: --hr_utility.trace_on(null, 'pay_hk_ir56_report');

288: and business_group_id is null
289: and legislation_code = 'HK' ;
290:
291: begin
292: --hr_utility.trace_on(null, 'pay_hk_ir56_report');
293:
294: -- Get all of the parameters needed to submit the report. Parameters defined
295: -- in the concurrent program definition are passed through here by the PAR
296: -- process. End the loop by the exception clause because we don't know

Line 506: end pay_hk_ir56_report;

502:
503: end get_archive_value;
504:
505: -----------------------------------------------------------------------------
506: end pay_hk_ir56_report;