DBA Data[Home] [Help]

APPS.MSD_COLLECT_LEVEL_VALUES dependencies on MSD_PULL_LEVEL_VALUES

Line 138: msd_pull_level_values.pull_level_values_data( errbuf => errbuf,

134: /* IF this is one step collection then
135: call PULL internally and execute 2 step collection */
136:
137: IF (fnd_profile.value('MSD_ONE_STEP_COLLECTION') = 'Y') THEN
138: msd_pull_level_values.pull_level_values_data( errbuf => errbuf,
139: retcode => retcode,
140: p_comp_refresh => 1);
141: END IF;
142: