DBA Data[Home] [Help]

APPS.MSD_COLLECT_TIME_DATA dependencies on FND_PROFILE

Line 72: x_direct_load_profile := (fnd_profile.value('MSD_ONE_STEP_COLLECTION')='Y');

68: end if ;
69:
70: --dbms_output.put_line(x_source_table) ;
71:
72: x_direct_load_profile := (fnd_profile.value('MSD_ONE_STEP_COLLECTION')='Y');
73:
74: if (x_direct_load_profile) then
75: x_dest_table := MSD_COMMON_UTILITIES.TIME_FACT_TABLE ;
76: else