DBA Data[Home] [Help]

APPS.LNS_FUNDING_PUB dependencies on FND_REQUEST

Line 6368: FND_REQUEST.SET_ORG_ID(MO_GLOBAL.GET_CURRENT_ORG_ID());

6364: -- billing 0-th installment
6365: if l_do_billing > 0 then
6366:
6367: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Submitting Billing Concurrent Program to bill 0-th installment...');
6368: FND_REQUEST.SET_ORG_ID(MO_GLOBAL.GET_CURRENT_ORG_ID());
6369:
6370: -- Bug#6313716 : Invoke the function add_layout to specify the template type,code etc., before submitting request
6371: SELECT
6372: lower(iso_language),iso_territory

Line 6380: l_xml_output:= fnd_request.add_layout(

6376: FND_LANGUAGES
6377: WHERE
6378: language_code = USERENV('LANG');
6379:
6380: l_xml_output:= fnd_request.add_layout(
6381: template_appl_name => 'LNS',
6382: template_code => 'LNSRPTBL', --fix for bug 8830573
6383: template_language => l_iso_language,
6384: template_territory => l_iso_territory,

Line 6388: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

6384: template_territory => l_iso_territory,
6385: output_format => 'PDF'
6386: );
6387:
6388: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
6389: 'LNS',
6390: 'LNS_BILLING',
6391: '', '', FALSE,
6392: null,