DBA Data[Home] [Help]

APPS.AP_AUTOSELECT_PKG dependencies on FND_PROFILE

Line 3951: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);

3947: output_format => 'PDF'
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(

Line 4479: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);

4475: output_format => 'PDF'
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(