DBA Data[Home] [Help]

APPS.PAY_IE_BAL_UPLOAD dependencies on PAY_LEGISLATION_RULES

Line 62: from pay_legislation_rules

58: ) return date is
59: -- Returns the legislative start date
60: cursor csr_tax_start_date is
61: select rule_mode
62: from pay_legislation_rules
63: where legislation_code='IE'
64: and rule_type = 'L';
65: -- Holds the legislative start date
66: l_leg_start pay_legislation_rules.rule_mode%TYPE;

Line 66: l_leg_start pay_legislation_rules.rule_mode%TYPE;

62: from pay_legislation_rules
63: where legislation_code='IE'
64: and rule_type = 'L';
65: -- Holds the legislative start date
66: l_leg_start pay_legislation_rules.rule_mode%TYPE;
67: -- Returns the start date of the first period of the tax year in which
68: -- the upload date falls.
69: -- 2836853.
70: -- csr_tax_year_start is incorrect .