DBA Data[Home] [Help]

APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on FND_REQUEST

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

1019: debug_level => FND_LOG.LEVEL_STATEMENT, module => l_Debug_Module);
1020:
1021: END IF;
1022:
1023: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST()', debug_level => FND_LOG.LEVEL_STATEMENT,
1024: module => l_Debug_Module);
1025:
1026: --Bug 6411356
1027: --below code added to set the current nls character setting

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

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

Line 1033: l_request_id := FND_REQUEST.SUBMIT_REQUEST

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
1034: (
1035: 'IBY',
1036: 'IBY_FC_PAYER_NOTIF_FORMAT',
1037: null, -- description

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

1059:
1060: -- Added explicit commit in pl/sql. Request id is logged, but the request is not created in FND
1061: COMMIT;
1062:
1063: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST()',
1064: debug_level => FND_LOG.LEVEL_STATEMENT,
1065: module => l_Debug_Module);
1066: iby_debug_pub.add(debug_msg => 'Request id: ' || l_request_id,
1067: debug_level => FND_LOG.LEVEL_STATEMENT,

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

1094:
1095: iby_debug_pub.add(debug_msg => 'p_settlement_batch: '||p_settlement_batch, debug_level => FND_LOG.LEVEL_STATEMENT,
1096: module => l_Debug_Module);
1097:
1098: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST()', debug_level => FND_LOG.LEVEL_STATEMENT,
1099: module => l_Debug_Module);
1100:
1101:
1102: --Bug 6411356

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

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

Line 1109: l_request_id := FND_REQUEST.SUBMIT_REQUEST

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
1110: (
1111: 'IBY',
1112: 'IBY_FC_ACP_LTR_FORMAT',
1113: null, -- description

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

1131:
1132: -- Added explicit commit in pl/sql. Request id is logged, but the request is not created in FND
1133: COMMIT;
1134:
1135: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST()',
1136: debug_level => FND_LOG.LEVEL_STATEMENT,
1137: module => l_Debug_Module);
1138: iby_debug_pub.add(debug_msg => 'Request id: ' || l_request_id,
1139: debug_level => FND_LOG.LEVEL_STATEMENT,