DBA Data[Home] [Help]

APPS.PER_MM_ASSIGNMENTS_PKG dependencies on FND_PROFILE

Line 39: and bg.business_group_id = fnd_profile.value('PER_BUSINESS_GROUP_ID')

35: select rule_mode
36: from pay_legislation_rules plr,
37: per_business_groups bg
38: where plr.legislation_code = bg.legislation_code
39: and bg.business_group_id = fnd_profile.value('PER_BUSINESS_GROUP_ID')
40: and rule_type = 'PERWSMMV_GRE';
41:
42: begin
43: