DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on FND_PROFILE

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

5809: */
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',