DBA Data[Home] [Help]

APPS.OKL_ETO_PVT dependencies on HR_ALL_ORGANIZATION_UNITS

Line 77: FROM hr_all_organization_units

73: ,p_eto_rec IN okl_eto_rec) IS
74:
75: CURSOR org_exists_csr IS
76: SELECT 'x'
77: FROM hr_all_organization_units
78: WHERE organization_id = p_eto_rec.organization_id;
79: l_dummy_var VARCHAR2(1) := '?';
80:
81: BEGIN