DBA Data[Home] [Help]

APPS.FA_ASSET_TRACE_PVT dependencies on DBMS_SESSION

Line 481: DBMS_SESSION.SET_NLS('NLS_DATE_FORMAT','''DD-MON-YYYY HH24:MI:SS''');

477: log(l_calling_fn,'l_hdr_insert is: '||l_hdr_insert);
478: log(l_calling_fn,'l_stmt is: '||l_stmt);
479: end if;
480:
481: DBMS_SESSION.SET_NLS('NLS_DATE_FORMAT','''DD-MON-YYYY HH24:MI:SS''');
482:
483: l_counter :=g_output_tbl.count;
484: IF NVL(g_no_header,'Y')<>'Y' THEN
485: l_counter := l_counter + 1;