DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on FND_PROFILE

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

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