DBA Data[Home] [Help]

APPS.FA_DEPRN_TAX_C_PKG dependencies on FND_REQUEST

Line 262: h_add_layout:= fnd_request.add_layout(

258: WHERE language_code = USERENV('LANG');
259:
260: if h_sum_rep then
261:
262: h_add_layout:= fnd_request.add_layout(
263: template_appl_name => 'OFA',
264: template_code => 'FADTXS',
265: template_language => l_iso_language,
266: template_territory => l_iso_territory,

Line 270: h_req1 := FND_REQUEST.SUBMIT_REQUEST('OFA','FADTXS',null,sysdate,FALSE,

266: template_territory => l_iso_territory,
267: output_format => 'PDF'
268: );
269:
270: h_req1 := FND_REQUEST.SUBMIT_REQUEST('OFA','FADTXS',null,sysdate,FALSE,
271: h_request_id,h_book,h_year,h_locstruct_num,null,chr(0));
272:
273: if h_req1 = 0 then
274:

Line 290: h_add_layout:= fnd_request.add_layout(

286: end if;
287:
288: if h_all_rep='132' or h_all_rep='180' then
289:
290: h_add_layout:= fnd_request.add_layout(
291: template_appl_name => 'OFA',
292: template_code => 'FADTXA'||h_all_rep,
293: template_language => l_iso_language,
294: template_territory => l_iso_territory,

Line 298: h_req2 :=FND_REQUEST.SUBMIT_REQUEST('OFA','FADTXA'||h_all_rep,null,sysdate,FALSE,

294: template_territory => l_iso_territory,
295: output_format => 'PDF'
296: );
297:
298: h_req2 :=FND_REQUEST.SUBMIT_REQUEST('OFA','FADTXA'||h_all_rep,null,sysdate,FALSE,
299: h_request_id,h_book,h_year,h_locstruct_num,null,'ALL','AUTO',h_all_rep,chr(0));
300:
301: if h_req2 = 0 then
302:

Line 318: h_add_layout:= fnd_request.add_layout(

314: end if;
315:
316: if h_add_rep='132' or h_add_rep='180' then
317:
318: h_add_layout:= fnd_request.add_layout(
319: template_appl_name => 'OFA',
320: template_code => 'FADTXA'||h_add_rep,
321: template_language => l_iso_language,
322: template_territory => l_iso_territory,

Line 326: h_req3 :=FND_REQUEST.SUBMIT_REQUEST('OFA','FADTXA'||h_add_rep,null,sysdate,FALSE,

322: template_territory => l_iso_territory,
323: output_format => 'PDF'
324: );
325:
326: h_req3 :=FND_REQUEST.SUBMIT_REQUEST('OFA','FADTXA'||h_add_rep,null,sysdate,FALSE,
327: h_request_id,h_book,h_year,h_locstruct_num,null,'ADDITION','NOT APPLICABLE',h_add_rep,chr(0));
328:
329: if h_req3 = 0 then
330:

Line 346: h_add_layout:= fnd_request.add_layout(

342: end if;
343:
344: if h_dec_rep then
345:
346: h_add_layout:= fnd_request.add_layout(
347: template_appl_name => 'OFA',
348: template_code => 'FADTXD',
349: template_language => l_iso_language,
350: template_territory => l_iso_territory,

Line 354: h_req4 :=FND_REQUEST.SUBMIT_REQUEST('OFA','FADTXD',null,sysdate,FALSE,

350: template_territory => l_iso_territory,
351: output_format => 'PDF'
352: );
353:
354: h_req4 :=FND_REQUEST.SUBMIT_REQUEST('OFA','FADTXD',null,sysdate,FALSE,
355: h_request_id,h_book,h_year,h_locstruct_num,null,chr(0));
356:
357: if h_req4 = 0 then
358: