DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_INTERFACE_PVT dependencies on HR_OPERATING_UNITS

Line 134: FROM hr_operating_units

130:
131: -- cursor to retrieve operating_units
132: CURSOR org_csr (l_org_id IN NUMBER) IS
133: SELECT name
134: FROM hr_operating_units
135: WHERE organization_id = l_org_id;
136:
137: /* gets the meaning for each quote_type_code from FND_LOOKUPS*/
138: CURSOR get_quote_type_meaning_csr(p_quote_type IN VARCHAR2) IS