DBA Data[Home] [Help]

APPS.JA_CN_AB_EXP_PKG dependencies on FND_REQUEST

Line 853: l_xml_layout := FND_REQUEST.ADD_LAYOUT(template_appl_name => 'JA',

849: INTO l_number_b
850: FROM JA_CN_ERROR_ACCOUNTS
851: WHERE request_id = l_na_curr_req_id;
852: IF l_number_b > 0 THEN
853: l_xml_layout := FND_REQUEST.ADD_LAYOUT(template_appl_name => 'JA',
854: template_code => 'JACNABER',
855: template_language => l_template_language --'zh' ('en')
856: ,
857: template_territory => l_template_territory --'00' ('US')

Line 861: l_na_req_id := FND_REQUEST.Submit_Request(application => 'JA',

857: template_territory => l_template_territory --'00' ('US')
858: ,
859: output_format => l_output_format --'RTF' ('PDF')
860: );
861: l_na_req_id := FND_REQUEST.Submit_Request(application => 'JA',
862: program => 'JACNABER',
863: argument1 => l_na_curr_req_id,
864: argument2 => p_start_period,
865: argument3 => p_end_period);