In form personalization we have to do below steps, to add the layout to XML output concurrent programs.
Create a sequence 1 with type Built in and built in type as “Execute a procedure”
='declare
lv_layout BOOLEAN;
begin
lv_layout:=fnd_request.add_layout(template_appl_name => '''||'XXFIN'|| '''
,template_code => '''||'FMCBR201' || '''
,template_language => '''||'en'|| '''
,template_territory => '''||'US'||'''
,output_format => '''||'PDF'||''');
commit;
end'
No comments:
Post a Comment