DBA Data[Home] [Help]

APPS.HR_SCL_SHD dependencies on PER_BUSINESS_GROUPS

Line 57: per_business_groups pbg

53: --
54: cursor idsel is
55: select plr.rule_mode id_flex_num
56: from pay_legislation_rules plr,
57: per_business_groups pbg
58: where pbg.business_group_id = p_business_group_id
59: and plr.legislation_code = pbg.legislation_code
60: and plr.rule_type = 'S'
61: and exists