DBA Data[Home] [Help]

APPS.PAY_US_INDIANA dependencies on FND_PROFILE

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

36: from dual;
37:
38: hr_utility.trace('Entering the print_report_address');
39:
40: req_id:=fnd_profile.value('CONC_REQUEST_ID');
41: print_buffer:= 'N'; /*can be retrieved from fnd_profile.value('CONC_PRINT_TOGETHER'), if
42: set to 'Y' then will print the report only if all the processes are
43: complete */
44:

Line 41: print_buffer:= 'N'; /*can be retrieved from fnd_profile.value('CONC_PRINT_TOGETHER'), if

37:
38: hr_utility.trace('Entering the print_report_address');
39:
40: req_id:=fnd_profile.value('CONC_REQUEST_ID');
41: print_buffer:= 'N'; /*can be retrieved from fnd_profile.value('CONC_PRINT_TOGETHER'), if
42: set to 'Y' then will print the report only if all the processes are
43: complete */
44:
45: select number_of_copies,

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

157: retcode := 0;
158:
159: hr_utility.trace('Entering the print_report_address');
160:
161: req_id:=fnd_profile.value('CONC_REQUEST_ID');
162: print_buffer:= 'N'; /*can be retrieved from fnd_profile.value('CONC_PRINT_TOGETHER'), if
163: set to 'Y' then will print the report only if all the processes are
164: complete */
165:

Line 162: print_buffer:= 'N'; /*can be retrieved from fnd_profile.value('CONC_PRINT_TOGETHER'), if

158:
159: hr_utility.trace('Entering the print_report_address');
160:
161: req_id:=fnd_profile.value('CONC_REQUEST_ID');
162: print_buffer:= 'N'; /*can be retrieved from fnd_profile.value('CONC_PRINT_TOGETHER'), if
163: set to 'Y' then will print the report only if all the processes are
164: complete */
165:
166: select number_of_copies,