DBA Data[Home] [Help]

APPS.FA_DEPRN_TAX_C_PKG dependencies on FND_REQUEST

Line 274: h_add_layout:= fnd_request.add_layout(

270: WHERE language_code = USERENV('LANG');
271:
272: if h_sum_rep then
273: -- Adding the changes made in version 120.12 to RER
274: h_add_layout:= fnd_request.add_layout(
275: template_appl_name => 'OFA',
276: template_code => 'FADTXS',
277: template_language => l_iso_language,
278: template_territory => l_iso_territory,

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

279: output_format => 'PDF'
280: );
281:
282: -- Bug 8985010: Passing the values for the new parameters added
283: h_req1 := FND_REQUEST.SUBMIT_REQUEST('OFA','FADTXS',null,sysdate,FALSE,
284: h_request_id,h_book,h_year,h_locstruct_num,null,
285: h_cat_struct_num, h_tax_asset_type_seg, h_minor_cat_exist,
286: h_start_category, h_end_category, chr(0));
287: -- End Bug 8985010

Line 306: h_add_layout:= fnd_request.add_layout(

302: end if;
303:
304: if h_all_rep='132' or h_all_rep='180' then
305: -- Adding the changes made in version 120.12 to RER
306: h_add_layout:= fnd_request.add_layout(
307: template_appl_name => 'OFA',
308: template_code => 'FADTXA'||h_all_rep,
309: template_language => l_iso_language,
310: template_territory => l_iso_territory,

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

310: template_territory => l_iso_territory,
311: output_format => 'PDF'
312: );
313:
314: h_req2 :=FND_REQUEST.SUBMIT_REQUEST('OFA','FADTXA'||h_all_rep,null,sysdate,FALSE,
315: h_request_id,h_book,h_year,h_locstruct_num,null,'ALL','AUTO',h_all_rep,chr(0));
316:
317: if h_req2 = 0 then
318:

Line 334: h_add_layout:= fnd_request.add_layout(

330: end if;
331:
332: if h_add_rep='132' or h_add_rep='180' then
333: -- Adding the changes made in version 120.12 to RER
334: h_add_layout:= fnd_request.add_layout(
335: template_appl_name => 'OFA',
336: template_code => 'FADTXA'||h_add_rep,
337: template_language => l_iso_language,
338: template_territory => l_iso_territory,

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

338: template_territory => l_iso_territory,
339: output_format => 'PDF'
340: );
341:
342: h_req3 :=FND_REQUEST.SUBMIT_REQUEST('OFA','FADTXA'||h_add_rep,null,sysdate,FALSE,
343: h_request_id,h_book,h_year,h_locstruct_num,null,'ADDITION','NOT APPLICABLE',h_add_rep,chr(0));
344:
345: if h_req3 = 0 then
346:

Line 362: h_add_layout:= fnd_request.add_layout(

358: end if;
359:
360: if h_dec_rep then
361: -- Adding the changes made in version 120.12 to RER
362: h_add_layout:= fnd_request.add_layout(
363: template_appl_name => 'OFA',
364: template_code => 'FADTXD',
365: template_language => l_iso_language,
366: template_territory => l_iso_territory,

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

366: template_territory => l_iso_territory,
367: output_format => 'PDF'
368: );
369:
370: h_req4 :=FND_REQUEST.SUBMIT_REQUEST('OFA','FADTXD',null,sysdate,FALSE,
371: h_request_id,h_book,h_year,h_locstruct_num,null,chr(0));
372:
373: if h_req4 = 0 then
374: