DBA Data[Home] [Help]

APPS.PAY_KW_BAL_UPLOAD dependencies on PAY_LEGISLATION_RULES

Line 48: from pay_legislation_rules

44:
45: -- Returns the legislative start date
46: cursor csr_tax_start_date is
47: select rule_mode
48: from pay_legislation_rules
49: where legislation_code='KW'
50: and rule_type = 'L';
51:
52:

Line 54: l_leg_start pay_legislation_rules.rule_mode%TYPE;

50: and rule_type = 'L';
51:
52:
53: -- Holds the legislative start date
54: l_leg_start pay_legislation_rules.rule_mode%TYPE;
55:
56: -- Returns the start date of the current period on the upload date.
57: --
58: cursor csr_period_start