DBA Data[Home] [Help]

APPS.HR_RO_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 127: from per_business_groups pbg

123: l_legislation_code varchar2(2);
124: --
125: cursor csr_bg is
126: select legislation_code
127: from per_business_groups pbg
128: where pbg.business_group_id = p_business_group_id;
129: --
130: begin
131: