DBA Data[Home] [Help]

APPS.PV_CONTACT_USER_BATCH_PUB dependencies on V$PARAMETER

Line 2478: from v$parameter where name = 'utl_file_dir';

2474: CURSOR l_get_file_dir IS
2475: select
2476: trim(substr(value,0,(instr(value,',') - 1))),
2477: trim(substr(value,(instr(value,',') + 1)))
2478: from v$parameter where name = 'utl_file_dir';
2479:
2480: BEGIN
2481:
2482: -- dbms_output.put_line ('Entered Load_contacts method' );