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 370: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);

366:
367: --Bug 6411356
368: --below code added to set the current nls character setting
369: --before submitting a child requests.
370: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
371: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
372:
373:
374: SELECT temp.application_short_name,

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

2224:
2225: --Bug 6411356
2226: --below code added to set the current nls character setting
2227: --before submitting a child requests.
2228: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
2229: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
2230:
2231:
2232: -- submit the extract program

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

2320:
2321: --Bug 6411356
2322: --below code added to set the current nls character setting
2323: --before submitting a child requests.
2324: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
2325: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
2326:
2327:
2328: -- submit the acp ltr program

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

2477:
2478: --Bug 6411356
2479: --below code added to set the current nls character setting
2480: --before submitting a child requests.
2481: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
2482: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
2483:
2484: -- submit the extract program
2485: l_request_id := FND_REQUEST.SUBMIT_REQUEST