DBA Data[Home] [Help]

APPS.PAY_ETP_BUS_ND dependencies on HR_ALL_ORGANIZATION_UNITS

Line 760: from hr_all_organization_units

756: l_exists varchar2(1);
757: Cursor c_chk_bg_id
758: is
759: select '1'
760: from hr_all_organization_units
761: where business_group_id = p_business_group_id;
762: -- and p_effective_date between date_from
763: -- and nvl(date_to, hr_api.g_eot);
764: --