DBA Data[Home] [Help]

APPS.AP_AUTOSELECT_PKG dependencies on FND_REQUEST

Line 5203: l_xml_output:= fnd_request.add_layout(

5199: FROM Fnd_Concurrent_Programs fcp
5200: WHERE concurrent_program_name = 'APINVSEL';
5201: /* Added for bug#12917747 End */
5202:
5203: l_xml_output:= fnd_request.add_layout(
5204: template_appl_name => 'SQLAP',
5205: template_code => l_template_code , --Bug 6969710
5206: template_language => l_iso_language,
5207: template_territory => l_iso_territory ,

Line 5213: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);

5209: );
5210:
5211: --below code added for bug#7435751 as we need to set the current nls character setting
5212: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
5213: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
5214:
5215: --submit the selected payment schedules report
5216: l_req_id := FND_REQUEST.SUBMIT_REQUEST(
5217: 'SQLAP',

Line 5216: l_req_id := FND_REQUEST.SUBMIT_REQUEST(

5212: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
5213: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
5214:
5215: --submit the selected payment schedules report
5216: l_req_id := FND_REQUEST.SUBMIT_REQUEST(
5217: 'SQLAP',
5218: 'APINVSEL',
5219: '',
5220: '',

Line 5237: l_req_id := FND_REQUEST.SUBMIT_REQUEST(

5233: IF (G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL) THEN
5234: fnd_file.put_line(FND_FILE.LOG,l_debug_info);
5235: END IF;
5236:
5237: l_req_id := FND_REQUEST.SUBMIT_REQUEST(
5238: 'IBY',
5239: 'IBYBUILD',
5240: '',
5241: '',

Line 6042: l_xml_output:= fnd_request.add_layout(

6038: FROM Fnd_Concurrent_Programs fcp
6039: WHERE concurrent_program_name = 'APINVSEL';
6040: /* Added for bug#12917747 End */
6041:
6042: l_xml_output:= fnd_request.add_layout(
6043: template_appl_name => 'SQLAP',
6044: template_code => l_template_code , --Bug 6969710
6045: template_language => l_iso_language,
6046: template_territory => l_iso_territory ,

Line 6052: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);

6048: );
6049:
6050: --below code added for bug#7435751 as we need to set the current nls character setting
6051: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
6052: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
6053:
6054: --submit the selected payment schedules report
6055: l_req_id := FND_REQUEST.SUBMIT_REQUEST(
6056: 'SQLAP',

Line 6055: l_req_id := FND_REQUEST.SUBMIT_REQUEST(

6051: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
6052: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
6053:
6054: --submit the selected payment schedules report
6055: l_req_id := FND_REQUEST.SUBMIT_REQUEST(
6056: 'SQLAP',
6057: 'APINVSEL',
6058: '',
6059: '',

Line 6064: l_req_id := FND_REQUEST.SUBMIT_REQUEST(

6060: FALSE,
6061: to_char(p_checkrun_id),
6062: chr(0));
6063:
6064: l_req_id := FND_REQUEST.SUBMIT_REQUEST(
6065: 'IBY',
6066: 'IBYBUILD',
6067: '',
6068: '',