DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on FND_REQUEST

Line 4879: * by using FND_REQUEST.SET_OPTIONS(..).

4875: * Fix for bug 5407120:
4876: *
4877: * Before kicking off reports / formats make sure that
4878: * the numeric characters delimiter is correctly set
4879: * by using FND_REQUEST.SET_OPTIONS(..).
4880: *
4881: * The argument provided to this method is based on
4882: * the lookup ICX_NUMERIC_CHARACTERS.
4883: *

Line 4894: l_bool_val := FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);

4890: --Bug 6411356
4891: --below code added to set the current nls character setting
4892: --before submitting a child requests.
4893: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
4894: l_bool_val := FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
4895:
4896: l_conc_req_id := FND_REQUEST.SUBMIT_REQUEST(
4897: 'IBY',
4898: 'IBY_FD_PPR_STATUS_PRT',

Line 4896: l_conc_req_id := FND_REQUEST.SUBMIT_REQUEST(

4892: --before submitting a child requests.
4893: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
4894: l_bool_val := FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
4895:
4896: l_conc_req_id := FND_REQUEST.SUBMIT_REQUEST(
4897: 'IBY',
4898: 'IBY_FD_PPR_STATUS_PRT',
4899: '',
4900: '',