DBA Data[Home] [Help]

APPS.HR_CHANGE_START_DATE_API dependencies on PAY_LEGISLATION_RULES

Line 2477: l_hd_rule_value pay_legislation_rules.rule_mode%TYPE;

2473: AND csr_legislation.p_effective_date BETWEEN per.effective_start_date
2474: AND per.effective_end_date;
2475: --
2476: l_legislation_code per_business_groups.legislation_code%TYPE;
2477: l_hd_rule_value pay_legislation_rules.rule_mode%TYPE;
2478: l_hd_rule_found BOOLEAN;
2479: l_fpd_rule_value pay_legislation_rules.rule_mode%TYPE;
2480: l_fpd_rule_found BOOLEAN;
2481: l_ppm_start_date date;

Line 2479: l_fpd_rule_value pay_legislation_rules.rule_mode%TYPE;

2475: --
2476: l_legislation_code per_business_groups.legislation_code%TYPE;
2477: l_hd_rule_value pay_legislation_rules.rule_mode%TYPE;
2478: l_hd_rule_found BOOLEAN;
2479: l_fpd_rule_value pay_legislation_rules.rule_mode%TYPE;
2480: l_fpd_rule_found BOOLEAN;
2481: l_ppm_start_date date;
2482: --
2483: -- 115.30,115.33 (END)