DBA Data[Home] [Help]

APPS.PER_PERUSADA_XMLP_PKG dependencies on PAY_LEGISLATION_RULES

Line 25: from pay_legislation_rules

21: ELSE c_organization_hierarchy := hr_us_reports.get_org_hierarchy_name(P_ORG_STRUCTURE_VERSION_ID_1);
22: END IF;
23: select to_number(rule_mode)
24: into c_disability_id_flex_num
25: from pay_legislation_rules
26: where legislation_code = 'US'
27: and rule_type = 'ADA_DIS';
28: select to_number(rule_mode)
29: into c_disability_acc_id_flex_num

Line 30: from pay_legislation_rules

26: where legislation_code = 'US'
27: and rule_type = 'ADA_DIS';
28: select to_number(rule_mode)
29: into c_disability_acc_id_flex_num
30: from pay_legislation_rules
31: where legislation_code = 'US'
32: and rule_type = 'ADA_DIS_ACC';
33: IF p_person is not null THEN
34: c_lex_assign_where := c_lex_assign_where ||