DBA Data[Home] [Help]

APPS.CST_ACCRUALSUMMARYREPORT_PVT dependencies on HR_ALL_ORGANIZATION_UNITS

Line 333: from HR_ALL_ORGANIZATION_UNITS hr

329: l_stmt_num := 30;
330:
331: select hr.NAME
332: into l_org_name
333: from HR_ALL_ORGANIZATION_UNITS hr
334: where hr.ORGANIZATION_ID = l_current_org_id;
335:
336: -- Open Ref Cursor to collect the report parameters
337: