DBA Data[Home] [Help]

APPS.CST_ACCRUALSUMMARYREPORT_PVT dependencies on HR_ALL_ORGANIZATION_UNITS

Line 331: from HR_ALL_ORGANIZATION_UNITS hr

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