DBA Data[Home] [Help]

APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on FND_PROFILE

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

1166:
1167: --Bug 6411356
1168: --below code added to set the current nls character setting
1169: --before submitting a child requests.
1170: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
1171: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
1172:
1173: -- submit the extract program
1174: l_request_id := FND_REQUEST.SUBMIT_REQUEST

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

1242:
1243: --Bug 6411356
1244: --below code added to set the current nls character setting
1245: --before submitting a child requests.
1246: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
1247: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
1248:
1249: -- submit the extract program
1250: l_request_id := FND_REQUEST.SUBMIT_REQUEST