DBA Data[Home] [Help]

APPS.PAY_ZA_CALENDARS_PKG dependencies on PAY_LEGISLATION_RULES

Line 257: -- pay_legislation_rules.

253: end create_calendar;
254:
255: ---------------------------------------------------------------------------------------
256: -- This function is called to retrieve the Payroll Tax Year Start from the table
257: -- pay_legislation_rules.
258: -- NOTE: The function makes sure that the Payroll Tax Year is in DD-MON format.
259: ---------------------------------------------------------------------------------------
260: function retrieve_tax_year_start return varchar2 is
261:

Line 274: -- Obtain the Tax Year Start from pay_legislation_rules

270:
271: begin
272:
273: hr_utility.set_location(func_name, 1);
274: -- Obtain the Tax Year Start from pay_legislation_rules
275: select
276: rule_mode
277: into
278: l_tax_year_start

Line 280: pay_legislation_rules

276: rule_mode
277: into
278: l_tax_year_start
279: from
280: pay_legislation_rules
281: where
282: legislation_code = 'ZA'
283: and
284: rule_type = 'L';