DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_INTERFACE_PVT dependencies on HR_OPERATING_UNITS

Line 123: FROM hr_operating_units

119:
120: -- cursor to retrieve operating_units
121: CURSOR org_csr (l_org_id IN NUMBER) IS
122: SELECT name
123: FROM hr_operating_units
124: WHERE organization_id = l_org_id;
125:
126: /* gets the meaning for each quote_type_code from FND_LOOKUPS*/
127: CURSOR get_quote_type_meaning_csr(p_quote_type IN VARCHAR2) IS