DBA Data[Home] [Help]

APPS.AP_AUTOSELECT_PKG dependencies on FND_REQUEST

Line 3942: l_xml_output:= fnd_request.add_layout(

3938: FROM Fnd_Concurrent_Programs
3939: WHERE concurrent_program_name = 'APINVSEL'; --Bug 6969710
3940:
3941:
3942: l_xml_output:= fnd_request.add_layout(
3943: template_appl_name => 'SQLAP',
3944: template_code => l_template_code , --Bug 6969710
3945: template_language => l_iso_language,
3946: template_territory => l_iso_territory,

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

3948: );
3949:
3950: --below code added for bug#7435751 as we need to set the current nls character setting
3951: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
3952: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
3953:
3954: --submit the selected payment schedules report
3955: l_req_id := FND_REQUEST.SUBMIT_REQUEST(
3956: 'SQLAP',

Line 3955: l_req_id := FND_REQUEST.SUBMIT_REQUEST(

3951: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
3952: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
3953:
3954: --submit the selected payment schedules report
3955: l_req_id := FND_REQUEST.SUBMIT_REQUEST(
3956: 'SQLAP',
3957: 'APINVSEL',
3958: '',
3959: '',

Line 3976: l_req_id := FND_REQUEST.SUBMIT_REQUEST(

3972: IF (G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL) THEN
3973: fnd_file.put_line(FND_FILE.LOG,l_debug_info);
3974: END IF;
3975:
3976: l_req_id := FND_REQUEST.SUBMIT_REQUEST(
3977: 'IBY',
3978: 'IBYBUILD',
3979: '',
3980: '',

Line 4470: l_xml_output:= fnd_request.add_layout(

4466: INTO l_template_code
4467: FROM Fnd_Concurrent_Programs
4468: WHERE concurrent_program_name = 'APINVSEL'; --Bug 6969710
4469:
4470: l_xml_output:= fnd_request.add_layout(
4471: template_appl_name => 'SQLAP',
4472: template_code => l_template_code , --Bug 6969710
4473: template_language => l_iso_language,
4474: template_territory => l_iso_territory,

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

4476: );
4477:
4478: --below code added for bug#7435751 as we need to set the current nls character setting
4479: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
4480: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
4481:
4482: --submit the selected payment schedules report
4483: l_req_id := FND_REQUEST.SUBMIT_REQUEST(
4484: 'SQLAP',

Line 4483: l_req_id := FND_REQUEST.SUBMIT_REQUEST(

4479: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
4480: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
4481:
4482: --submit the selected payment schedules report
4483: l_req_id := FND_REQUEST.SUBMIT_REQUEST(
4484: 'SQLAP',
4485: 'APINVSEL',
4486: '',
4487: '',

Line 4492: l_req_id := FND_REQUEST.SUBMIT_REQUEST(

4488: FALSE,
4489: to_char(p_checkrun_id),
4490: chr(0));
4491:
4492: l_req_id := FND_REQUEST.SUBMIT_REQUEST(
4493: 'IBY',
4494: 'IBYBUILD',
4495: '',
4496: '',