DBA Data[Home] [Help]

APPS.PJI_PJP_EXTRACTION_UTILS dependencies on V$PARAMETER

Line 408: from v$parameter

404: l_low_rows := l_high_rows/150;
405:
406: select to_number(value)
407: into l_db_block_size
408: from v$parameter
409: where name = 'db_block_size';
410:
411: l_high_blocks := 1.25*(l_high_rows*225)/l_db_block_size;
412: l_med_blocks := 1.25*(l_med_rows*150)/l_db_block_size;