DBA Data[Home] [Help]

APPS.BSC_AW_UTILITY dependencies on FND_LOG

Line 59: g_log_level constant number:=FND_LOG.LEVEL_STATEMENT;

55: g_newline constant varchar2(20):='
56: ';
57: g_trace_set boolean;
58: pragma exception_init(g_exception,-20000);
59: g_log_level constant number:=FND_LOG.LEVEL_STATEMENT;
60: g_upgrade_version constant number:=3;
61: g_parallel_load_cutoff constant number:=50000;/*more than these rows is parallel load if possible */
62: g_parallel_aggregate_cutoff constant number:=1000000;/*more than these composite nodes is parallel formula if possible*/
63: g_parallel_target_cutoff constant number:=1000000;/*more than these composite nodes is parallel target to actual copy if possible*/