DBA Data[Home] [Help]

APPS.PO_MOAC_UTILS_PVT dependencies on HR_OPERATING_UNITS

Line 250: l_ou_name hr_operating_units.name%TYPE;

246: -- OU Name could be NULL in case global temp table is not
247: -- populated, in such cases get the OU name from HR view
248: -- This is needed for CLP
249: --
250: l_ou_name hr_operating_units.name%TYPE;
251: l_progress VARCHAR2(3) := NULL;
252:
253: BEGIN
254: l_progress := '010';

Line 265: hr_operating_units hrou

261: hrou.name
262: INTO
263: l_ou_name
264: FROM
265: hr_operating_units hrou
266: WHERE
267: hrou.organization_id = p_org_id;
268: END IF;
269: l_progress := '030';