DBA Data[Home] [Help]

APPS.HR_PL_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 445: from per_business_groups pbg

441: l_legislation_code varchar2(2);
442: --
443: cursor csr_bg is
444: select legislation_code
445: from per_business_groups pbg
446: where pbg.business_group_id = p_business_group_id;
447: --
448: begin
449: g_package :='hr_pl_employee_api.';