DBA Data[Home] [Help]

APPS.HR_FR_PQH_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS_PERF

Line 114: from per_business_groups_perf pbg

110: l_var varchar2(100);
111: --
112: cursor csr_bg is
113: select legislation_code
114: from per_business_groups_perf pbg
115: where pbg.business_group_id = p_business_group_id;
116: --
117: --
118: begin