DBA Data[Home] [Help]

APPS.BEN_DM_DATA_UTIL dependencies on PER_BUSINESS_GROUPS

Line 1105: from per_business_groups

1101: begin
1102:
1103: select business_group_id
1104: into l_bg_id
1105: from per_business_groups
1106: where name = p_business_group_name;
1107:
1108: return l_bg_id;
1109: