DBA Data[Home] [Help]

APPS.EDW_DUPLICATE_CLEAN dependencies on FND_PROFILE

Line 632: g_op_table_space:=fnd_profile.value('EDW_OP_TABLE_SPACE');

628: g_status_message:=null;
629: g_status:=true;
630: g_bis_owner:=EDW_OWB_COLLECTION_UTIL.get_db_user('BIS');
631:
632: g_op_table_space:=fnd_profile.value('EDW_OP_TABLE_SPACE');
633:
634: if g_op_table_space is null then
635: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
636: If check_ts_mode ='Y' then

Line 649: g_parallel:=fnd_profile.value('EDW_PARALLEL');

645: g_op_table_space:=EDW_OWB_COLLECTION_UTIL.get_table_space(g_bis_owner);
646: end if;
647:
648: write_to_log_file_n('Operation table space='||g_op_table_space);
649: g_parallel:=fnd_profile.value('EDW_PARALLEL');
650: write_to_log_file_n ('Degree of parallelism (null is default)='||g_parallel);
651: if g_parallel=0 then
652: g_parallel:=null;
653: end if;