DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on FND_REQUEST

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

5795: * Fix for bug 5407120:
5796: *
5797: * Before kicking off reports / formats make sure that
5798: * the numeric characters delimiter is correctly set
5799: * by using FND_REQUEST.SET_OPTIONS(..).
5800: *
5801: * The argument provided to this method is based on
5802: * the lookup ICX_NUMERIC_CHARACTERS.
5803: *

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

5810: --Bug 6411356
5811: --below code added to set the current nls character setting
5812: --before submitting a child requests.
5813: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
5814: l_bool_val := FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
5815:
5816: l_conc_req_id := FND_REQUEST.SUBMIT_REQUEST(
5817: 'IBY',
5818: 'IBY_FD_PPR_STATUS_PRT',

Line 5816: l_conc_req_id := FND_REQUEST.SUBMIT_REQUEST(

5812: --before submitting a child requests.
5813: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
5814: l_bool_val := FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
5815:
5816: l_conc_req_id := FND_REQUEST.SUBMIT_REQUEST(
5817: 'IBY',
5818: 'IBY_FD_PPR_STATUS_PRT',
5819: '',
5820: '',