DBA Data[Home] [Help]

APPS.HR_LEG_RULE dependencies on PER_BUSINESS_GROUPS

Line 28: from per_business_groups BG

24: from pay_legislation_rules LR
25: where LR.rule_type = 'I'
26: and LR.legislation_code =
27: (select BG.legislation_code
28: from per_business_groups BG
29: where BG.business_group_id = l_business_group_id);
30: exception
31: -- if there is no rule, we set a default (independent periods).
32: when no_data_found then hr_leg_rule.last_found_flag := 'Y';