DBA Data[Home] [Help]

APPS.PAY_NL_BAL_UPLOAD dependencies on PAY_LEGISLATION_RULES

Line 37: from pay_legislation_rules

33:
34: -- Returns the legislative start date
35: cursor csr_tax_start_date is
36: select rule_mode
37: from pay_legislation_rules
38: where legislation_code='NL'
39: and rule_type = 'L';
40:
41: -- Holds the legislative start date

Line 42: l_leg_start pay_legislation_rules.rule_mode%TYPE;

38: where legislation_code='NL'
39: and rule_type = 'L';
40:
41: -- Holds the legislative start date
42: l_leg_start pay_legislation_rules.rule_mode%TYPE;
43:
44: -- Returns the start date of the first period of the tax year in which
45: -- the upload date falls.
46: