DBA Data[Home] [Help]

APPS.WSMPLOAD dependencies on FND_FILE

Line 196: -- FND_FILE.put_line(FND_FILE.log, '1. Start ALGORITHM for making copies to work on '||l_temp||' jobs');

192: -- AND wlbj.wip_entity_id = wdj.wip_entity_id
193: -- AND wdj.status_type = 3 -- Released jobs
194: -- AND wlbj.internal_copy_type in (1, 2);
195: --
196: -- FND_FILE.put_line(FND_FILE.log, '1. Start ALGORITHM for making copies to work on '||l_temp||' jobs');
197: --
198: -- End If;
199: --
200: OPEN C_ALGORITHM;

Line 208: -- FND_FILE.put_line(FND_FILE.log, 'Processing for we_id='||c_algorithm_rec.wip_entity_id||

204: EXIT WHEN C_ALGORITHM%NOTFOUND;
205:
206:
207: -- If l_debug = 'Y' Then
208: -- FND_FILE.put_line(FND_FILE.log, 'Processing for we_id='||c_algorithm_rec.wip_entity_id||
209: -- ', internal_copy_type='||c_algorithm_rec.internal_copy_type||
210: -- ', copy_parent_wip_entity_id='||c_algorithm_rec.copy_parent_wip_entity_id);
211: -- End If;
212:

Line 217: -- FND_FILE.put_line(FND_FILE.log, 'Calling WSM_JobCopies_PVT.Create_RepJobCopies');

213:
214: IF (c_algorithm_rec.internal_copy_type = 1) THEN
215:
216: -- If l_debug = 'Y' Then
217: -- FND_FILE.put_line(FND_FILE.log, 'Calling WSM_JobCopies_PVT.Create_RepJobCopies');
218: -- End If;
219:
220: l_stmt_num := 47.2;
221:

Line 646: -- FND_FILE.PUT_LINE(FND_FILE.LOG,'Entered LOAD procedure'); --Remove

642: g_program_appl_id := FND_GLOBAL.PROG_APPL_ID;
643: g_request_id := FND_GLOBAL.CONC_REQUEST_ID;
644: g_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
645:
646: -- FND_FILE.PUT_LINE(FND_FILE.LOG,'Entered LOAD procedure'); --Remove
647: if( g_log_level_statement >= l_log_level ) then
648: l_msg_tokens.delete;
649: WSM_log_PVT.logMessage(p_module_name => l_module ,
650: p_msg_text => 'Entered LOAD procedure' ,

Line 1155: fnd_file.put_line(fnd_file.log,l_error_msg);

1151:
1152: -- ST : Fix for bug 5226648 --
1153: -- Push the error messages to the Conc. log file --
1154: IF (l_msg_count = 1) THEN
1155: fnd_file.put_line(fnd_file.log,l_error_msg);
1156: ELSIF (l_msg_count > 1) THEN
1157: FOR i IN 1..l_msg_count LOOP
1158: l_error_msg := fnd_msg_pub.get( p_msg_index => l_msg_count - i + 1,
1159: p_encoded => FND_API.G_FALSE

Line 1161: fnd_file.put_line(fnd_file.log,l_error_msg);

1157: FOR i IN 1..l_msg_count LOOP
1158: l_error_msg := fnd_msg_pub.get( p_msg_index => l_msg_count - i + 1,
1159: p_encoded => FND_API.G_FALSE
1160: );
1161: fnd_file.put_line(fnd_file.log,l_error_msg);
1162: END LOOP;
1163: END IF;
1164: -- ST : Fix for bug 5226648 end --
1165:

Line 1302: fnd_file.put_line(fnd_file.log,l_error_msg);

1298: );
1299: End if;
1300:
1301: IF (l_msg_count = 1) THEN
1302: fnd_file.put_line(fnd_file.log,l_error_msg);
1303: ELSIF (l_msg_count > 1) THEN
1304: FOR i IN 1..l_msg_count LOOP
1305: l_error_msg := fnd_msg_pub.get( p_msg_index => l_msg_count - i + 1,
1306: p_encoded => FND_API.G_FALSE

Line 1308: fnd_file.put_line(fnd_file.log,l_error_msg);

1304: FOR i IN 1..l_msg_count LOOP
1305: l_error_msg := fnd_msg_pub.get( p_msg_index => l_msg_count - i + 1,
1306: p_encoded => FND_API.G_FALSE
1307: );
1308: fnd_file.put_line(fnd_file.log,l_error_msg);
1309: END LOOP;
1310: END IF;
1311:
1312: -- after the call assign back the details that would have been derived in the main API code...

Line 1401: fnd_file.put_line(fnd_file.log,l_error_msg);

1397: p_fnd_msg_level => G_MSG_LVL_ERROR ,
1398: p_fnd_log_level => G_LOG_LEVEL_ERROR ,
1399: p_run_log_level => l_log_level
1400: );
1401: fnd_file.put_line(fnd_file.log,l_error_msg);
1402: END IF;
1403:
1404: l_stmt_num := 90;
1405: l_txn_status_tbl(l_txn_counter) := wip_constants.error;

Line 1440: fnd_file.put_line(fnd_file.log,l_error_msg);

1436:
1437: IF not(l_msg_count >= 1) then
1438: fnd_message.set_name('WSM','WSM_GENERIC_ERROR');
1439: l_error_msg := fnd_message.get;
1440: fnd_file.put_line(fnd_file.log,l_error_msg);
1441: END IF;
1442:
1443: l_stmt_num := 105;
1444:

Line 1791: fnd_file.put_line(FND_FILE.LOG,l_error_msg);

1787: p_fnd_msg_level => G_MSG_LVL_ERROR ,
1788: p_fnd_log_level => G_LOG_LEVEL_ERROR ,
1789: p_run_log_level => l_log_level
1790: );
1791: fnd_file.put_line(FND_FILE.LOG,l_error_msg);
1792: ELSE
1793: fnd_message.set_name('WSM','WSM_GENERIC_ERROR');
1794: l_error_msg := fnd_message.get;
1795: END IF;