DBA Data[Home] [Help]

APPS.PAY_US_GEOCODE_ENGINE_PKG dependencies on FND_PROFILE

Line 170: req_id:=fnd_profile.value('CONC_REQUEST_ID');

166: retcode := 0;
167:
168: -- get printing info
169:
170: req_id:=fnd_profile.value('CONC_REQUEST_ID');
171:
172: print_buffer:=fnd_profile.value('CONC_PRINT_TOGETHER');
173:
174: if (print_buffer is NULL)

Line 172: print_buffer:=fnd_profile.value('CONC_PRINT_TOGETHER');

168: -- get printing info
169:
170: req_id:=fnd_profile.value('CONC_REQUEST_ID');
171:
172: print_buffer:=fnd_profile.value('CONC_PRINT_TOGETHER');
173:
174: if (print_buffer is NULL)
175: then
176: print_buffer:='N';

Line 222: argument7 => fnd_profile.value('PER_BUSINESS_GROUP_ID'),

218: argument3 => 'DEFAULT',
219: argument4 => NULL,
220: argument5 => sysdate,
221: argument6 => 'REPORT',
222: argument7 => fnd_profile.value('PER_BUSINESS_GROUP_ID'),
223: argument8 => 'DUMMY',
224: argument9 => p_mode,
225: argument10 => 'MODE=' || p_mode,
226: argument11 => 'MODE=' || p_mode);

Line 318: req_id:=fnd_profile.value('CONC_REQUEST_ID');

314: hr_utility.trace('Inside ');
315: -- initialise variable - 0 is SRS Success, 1 is SRS Warning, 2 is SRS Error
316: retcode := 0;
317: -- get printing info
318: req_id:=fnd_profile.value('CONC_REQUEST_ID');
319: print_buffer:=fnd_profile.value('CONC_PRINT_TOGETHER');
320: if (print_buffer is NULL)
321: then print_buffer:='N';
322: end if;

Line 319: print_buffer:=fnd_profile.value('CONC_PRINT_TOGETHER');

315: -- initialise variable - 0 is SRS Success, 1 is SRS Warning, 2 is SRS Error
316: retcode := 0;
317: -- get printing info
318: req_id:=fnd_profile.value('CONC_REQUEST_ID');
319: print_buffer:=fnd_profile.value('CONC_PRINT_TOGETHER');
320: if (print_buffer is NULL)
321: then print_buffer:='N';
322: end if;
323:

Line 374: argument7 => fnd_profile.value('PER_BUSINESS_GROUP_ID'),

370: argument3 => 'DEFAULT',
371: argument4 => to_date('01/01/'||l_year, 'dd/mm/yyyy'),
372: argument5 => sysdate,
373: argument6 => 'REPORT',
374: argument7 => fnd_profile.value('PER_BUSINESS_GROUP_ID'),
375: argument8 => 'DUMMY',
376: argument9 => p_mode, -- l_mode
377: argument10 => l_patch_name, -- patch_name
378: argument11 => 'PATCH_NAME=' || l_patch_name,