DBA Data[Home] [Help]

APPS.HR_PAYROLLS dependencies on FND_PROFILE

Line 983: if (fnd_profile.value('PAY_GENERATE_PAYROLL_PERIODS_TAX_YEAR') = 'Y' and

979: -- Check to see if a profile value is set to create period names
980: -- based on current tax year instead of current calendar year.
981: --
982: --Bug 1818469
983: if (fnd_profile.value('PAY_GENERATE_PAYROLL_PERIODS_TAX_YEAR') = 'Y' and
984: period_start_date < next_leg_start_date) then
985: l_period_name := to_char(per_num * p_pay_det.multiple) || ' '
986: || to_char(l_tax_year) || ' '
987: || l_display_period_type ;

Line 1000: if (fnd_profile.value('PAY_GENERATE_PAYROLL_PERIODS_TAX_YEAR') = 'Y' and

996: --
997: -- Check to see if a profile value is set to create period names
998: -- based on current tax year instead of current calendar year.
999: --
1000: if (fnd_profile.value('PAY_GENERATE_PAYROLL_PERIODS_TAX_YEAR') = 'Y' and
1001: period_start_date < next_leg_start_date) then
1002: l_period_name := to_char(per_num) || ' '
1003: || to_char(l_tax_year) || ' '
1004: || l_display_period_type ;