DBA Data[Home] [Help]

APPS.PER_PEOPLE9_PKG dependencies on PER_BUSINESS_GROUPS

Line 94: from per_business_groups pbg

90: , l_time_normal_start
91: , l_time_normal_end
92: , l_normal_hours
93: , l_frequency
94: from per_business_groups pbg
95: where pbg.business_group_id = p_business_group_id;
96: --
97: exception
98: when no_data_found then

Line 309: from per_business_groups pbg

305: , l_time_normal_start
306: , l_time_normal_end
307: , l_normal_hours
308: , l_frequency
309: from per_business_groups pbg
310: where pbg.business_group_id = p_business_group_id;
311: --
312: exception
313: when no_data_found then