DBA Data[Home] [Help]

APPS.PJI_PJP_EXTRACTION_UTILS dependencies on V$PARAMETER

Line 366: from v$parameter

362: l_low_rows := l_high_rows/150;
363:
364: select to_number(value)
365: into l_db_block_size
366: from v$parameter
367: where name = 'db_block_size';
368:
369: l_high_blocks := 1.25*(l_high_rows*225)/l_db_block_size;
370: l_med_blocks := 1.25*(l_med_rows*150)/l_db_block_size;