DBA Data[Home] [Help]

APPS.IBY_FD_POST_PICP_PROGS_PVT dependencies on FND_PROFILE

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

107:
108: --Bug 6411356
109: --below code added to set the current nls character setting
110: --before submitting a child requests.
111: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
112: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
113:
114:
115: -- submit the extract program

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

329:
330: --Bug 6411356
331: --below code added to set the current nls character setting
332: --before submitting a child requests.
333: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
334: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
335:
336:
337: SELECT temp.application_short_name,

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

2015:
2016: --Bug 6411356
2017: --below code added to set the current nls character setting
2018: --before submitting a child requests.
2019: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
2020: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
2021:
2022:
2023: -- submit the extract program

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

2111:
2112: --Bug 6411356
2113: --below code added to set the current nls character setting
2114: --before submitting a child requests.
2115: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
2116: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
2117:
2118:
2119: -- submit the acp ltr program

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

2257:
2258: --Bug 6411356
2259: --below code added to set the current nls character setting
2260: --before submitting a child requests.
2261: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
2262: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
2263:
2264: -- submit the extract program
2265: l_request_id := FND_REQUEST.SUBMIT_REQUEST