DBA Data[Home] [Help]

APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on FND_PROFILE

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

1025:
1026: --Bug 6411356
1027: --below code added to set the current nls character setting
1028: --before submitting a child requests.
1029: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
1030: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
1031:
1032: -- submit the extract program
1033: l_request_id := FND_REQUEST.SUBMIT_REQUEST

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

1101:
1102: --Bug 6411356
1103: --below code added to set the current nls character setting
1104: --before submitting a child requests.
1105: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
1106: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
1107:
1108: -- submit the extract program
1109: l_request_id := FND_REQUEST.SUBMIT_REQUEST