DBA Data[Home] [Help]

APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on FND_REQUEST

Line 1164: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST()', debug_level => FND_LOG.LEVEL_STATEMENT,

1160: debug_level => FND_LOG.LEVEL_STATEMENT, module => l_Debug_Module);
1161:
1162: END IF;
1163:
1164: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST()', debug_level => FND_LOG.LEVEL_STATEMENT,
1165: module => l_Debug_Module);
1166:
1167: --Bug 6411356
1168: --below code added to set the current nls character setting

Line 1171: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);

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
1175: (

Line 1174: l_request_id := FND_REQUEST.SUBMIT_REQUEST

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
1175: (
1176: 'IBY',
1177: 'IBY_FC_PAYER_NOTIF_FORMAT',
1178: null, -- description

Line 1204: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST()',

1200:
1201: -- Added explicit commit in pl/sql. Request id is logged, but the request is not created in FND
1202: COMMIT;
1203:
1204: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST()',
1205: debug_level => FND_LOG.LEVEL_STATEMENT,
1206: module => l_Debug_Module);
1207: iby_debug_pub.add(debug_msg => 'Request id: ' || l_request_id,
1208: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 1239: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST()', debug_level => FND_LOG.LEVEL_STATEMENT,

1235:
1236: iby_debug_pub.add(debug_msg => 'p_settlement_batch: '||p_settlement_batch, debug_level => FND_LOG.LEVEL_STATEMENT,
1237: module => l_Debug_Module);
1238:
1239: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST()', debug_level => FND_LOG.LEVEL_STATEMENT,
1240: module => l_Debug_Module);
1241:
1242:
1243: --Bug 6411356

Line 1247: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);

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
1251: (

Line 1250: l_request_id := FND_REQUEST.SUBMIT_REQUEST

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
1251: (
1252: 'IBY',
1253: 'IBY_FC_ACP_LTR_FORMAT',
1254: null, -- description

Line 1276: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST()',

1272:
1273: -- Added explicit commit in pl/sql. Request id is logged, but the request is not created in FND
1274: COMMIT;
1275:
1276: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST()',
1277: debug_level => FND_LOG.LEVEL_STATEMENT,
1278: module => l_Debug_Module);
1279: iby_debug_pub.add(debug_msg => 'Request id: ' || l_request_id,
1280: debug_level => FND_LOG.LEVEL_STATEMENT,