DBA Data[Home] [Help]

APPS.MSD_CS_COLLECTION dependencies on FND_PROFILE

Line 263: l_single_step_collection := nvl(fnd_profile.value('MSD_ONE_STEP_COLLECTION'), 'N');

259: errbuf := 'Program Completed with Success';
260: retcode := '0';
261:
262: /* Get profile */
263: l_single_step_collection := nvl(fnd_profile.value('MSD_ONE_STEP_COLLECTION'), 'N');
264:
265: l_conc_request_id := fnd_global.conc_request_id;
266: debug_line('Conc Reuquest ID : ' || l_conc_request_id);
267: