DBA Data[Home] [Help]

APPS.PAY_US_GEOCODE_ENGINE_PKG dependencies on FND_PROFILE

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

180: hr_utility.trace('Inside ');
181: -- initialise variable - 0 is SRS Success, 1 is SRS Warning, 2 is SRS Error
182: retcode := 0;
183: -- get printing info
184: req_id:=fnd_profile.value('CONC_REQUEST_ID');
185: print_buffer:=fnd_profile.value('CONC_PRINT_TOGETHER');
186: if (print_buffer is NULL)
187: then print_buffer:='N';
188: end if;

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

181: -- initialise variable - 0 is SRS Success, 1 is SRS Warning, 2 is SRS Error
182: retcode := 0;
183: -- get printing info
184: req_id:=fnd_profile.value('CONC_REQUEST_ID');
185: print_buffer:=fnd_profile.value('CONC_PRINT_TOGETHER');
186: if (print_buffer is NULL)
187: then print_buffer:='N';
188: end if;
189:

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

236: argument3 => 'DEFAULT',
237: argument4 => to_date('01/01/'||l_year, 'dd/mm/yyyy'),
238: argument5 => sysdate,
239: argument6 => 'REPORT',
240: argument7 => fnd_profile.value('PER_BUSINESS_GROUP_ID'),
241: argument8 => 'DUMMY',
242: argument9 => p_mode, -- l_mode
243: argument10 => l_patch_name, -- patch_name
244: argument11 => 'PATCH_NAME=' || l_patch_name,