DBA Data[Home] [Help]

APPS.PAY_ARCHIVE dependencies on PAY_ARCHIVE

Line 1: package body pay_archive as

1: package body pay_archive as
2: /* $Header: pyarchiv.pkb 120.2.12010000.1 2008/07/27 22:03:29 appldev ship $ */
3: /*
4: * ---------------------------------------------------------------------------
5: Copyright (c) Oracle Corporation (UK) Ltd 1992.

Line 152: hr_utility.set_location('pay_archive.bal_db_item - opening cursor', 1);

148: l_defined_balance_id pay_defined_balances.defined_balance_id%type;
149: --
150: begin
151: --
152: hr_utility.set_location('pay_archive.bal_db_item - opening cursor', 1);
153: open csr_defined_balance;
154: fetch csr_defined_balance into l_defined_balance_id;
155: if csr_defined_balance%notfound then
156: close csr_defined_balance;

Line 159: hr_utility.set_location('pay_archive.bal_db_item - fetched from cursor', 2);

155: if csr_defined_balance%notfound then
156: close csr_defined_balance;
157: raise hr_utility.hr_error;
158: else
159: hr_utility.set_location('pay_archive.bal_db_item - fetched from cursor', 2);
160: close csr_defined_balance;
161: end if;
162: --
163: return (l_defined_balance_id);

Line 743: non_unique_con := pay_archive_chk.jd_code(p_jurisdiction_code =>

739: end if;
740: end if;
741:
742: /*
743: non_unique_con := pay_archive_chk.jd_code(p_jurisdiction_code =>
744: g_context_values.value(context_val_loop),
745: p_jurisdiction_level => l_level);
746:
747: */

Line 865: -- pay_archive.set_dbi_level

861: --
862: -- similar to archive_bal but uses run_dbi not get_value
863: -- if jurisdiction_code is a required context for a non-balance
864: -- database item then its level should be set in the local code using
865: -- pay_archive.set_dbi_level
866: --==================================================================
867: procedure archive_ass ( p_ass_ptr number,
868: p_context_ptr number,
869: p_assactid number) is

Line 944: non_unique_con := pay_archive_chk.jd_code(p_jurisdiction_code =>

940: end if;
941:
942:
943: /*
944: non_unique_con := pay_archive_chk.jd_code(p_jurisdiction_code =>
945: g_context_values.value(context_val_loop),
946: p_jurisdiction_level => l_level);
947: */
948:

Line 1402: pay_archive.remove_report_actions(pactid);

1398: from pay_payroll_actions pa1
1399: where pa1.payroll_action_id = pactid;
1400: --
1401: if (remove_act is null or remove_act = 'Y') then
1402: pay_archive.remove_report_actions(pactid);
1403: end if;
1404: --
1405: end standard_deinit;
1406: --

Line 1407: end pay_archive;

1403: end if;
1404: --
1405: end standard_deinit;
1406: --
1407: end pay_archive;