DBA Data[Home] [Help]

APPS.PER_ITS_PKG dependencies on PER_BUSINESS_GROUPS

Line 18: from fnd_profile_options a, fnd_profile_option_values b, per_business_groups c

14: BEGIN
15: --
16: --
17: select c.legislation_code into l_leg_code
18: from fnd_profile_options a, fnd_profile_option_values b, per_business_groups c
19: where a.profile_option_name = 'PER_BUSINESS_GROUP_ID'
20: and a.profile_option_id = b.profile_option_id
21: and b.level_value = p_responsibility_id
22: and b.level_id = 10003 /* responsibility level profile option */