DBA Data[Home] [Help]

APPS.PAY_DK_SOE dependencies on HR_UTILITY

Line 5: g_debug boolean := hr_utility.debug_enabled;

1: PACKAGE BODY pay_dk_soe AS
2: /* $Header: pydksoe.pkb 120.0.12000000.2 2007/03/05 09:43:17 nprasath noship $ */
3: --
4: --
5: g_debug boolean := hr_utility.debug_enabled;
6: -----------------------------------------------------------------------------------------
7: -- function for fetching the Legal Entity CVR Number or Pension Provider
8:
9: FUNCTION get_cvr_or_pension

Line 670: hr_utility.set_location('Entering pay_dk_soe.getBalances', 10);

666: begin
667: --
668:
669: if g_debug then
670: hr_utility.set_location('Entering pay_dk_soe.getBalances', 10);
671: end if;
672: --
673: open getAction;
674: fetch getAction into l_payroll_id,

Line 688: hr_utility.set_location('pay_dk_soe.getBalances', 20);

684: --
685: i := 0;
686: --
687: if g_debug then
688: hr_utility.set_location('pay_dk_soe.getBalances', 20);
689: end if;
690: --
691: for db in getDBal loop
692: i := i + 1;

Line 721: hr_utility.set_location('pay_dk_soe.getBalances', 30);

717: --
718: i := 0;
719: if l_save_asg_run_bal = 'Y' then
720: if g_debug then
721: hr_utility.set_location('pay_dk_soe.getBalances', 30);
722: end if;
723: for ctx in getRBContexts loop
724: i := i + 1;
725: l_context_lst(i).TAX_UNIT_ID := ctx.TAX_UNIT_ID;

Line 734: hr_utility.set_location('pay_dk_soe.getBalances', 40);

730: l_context_lst(i).SOURCE_TEXT2 := ctx.SOURCE_TEXT2;
731: end loop;
732: else
733: if g_debug then
734: hr_utility.set_location('pay_dk_soe.getBalances', 40);
735: end if;
736: -- Check whether the SOURCE_ID, SOURCE_TEXT contexts are used.
737: l_si_needed_chr := 'N';
738: l_st_needed_chr := 'N';

Line 801: hr_utility.set_location('pay_dk_soe.getBalances', 50);

797: end if;
798: --
799: --
800: if g_debug then
801: hr_utility.set_location('pay_dk_soe.getBalances', 50);
802: end if;
803: --
804: pay_balance_pkg.get_value (p_assignment_action_id => p_assignment_action_id
805: ,p_defined_balance_lst => l_defined_balance_lst

Line 815: hr_utility.set_location('pay_dk_soe.getBalances', 60);

811: balCount := 0;
812: if l_output_table.count > 0 then
813: --
814: if g_debug then
815: hr_utility.set_location('pay_dk_soe.getBalances', 60);
816: end if;
817: --
818:
819: /* Sort the data in PL/SQL table according to organization_id */