DBA Data[Home] [Help]

APPS.PQH_ASG_WRAPPER dependencies on FND_FILE

Line 1156: fnd_file.new_line(fnd_file.log,1);

1152: BEGIN
1153: --
1154: hr_utility.set_location('Entering: '||l_proc,10);
1155: --
1156: fnd_file.new_line(fnd_file.log,1);
1157: fnd_file.put_line(fnd_file.log,'Errors For Assignment Number '||p_assignment_number);
1158: fnd_file.put_line(fnd_file.log,'==================================');
1159: --fnd_file.new_line(fnd_file.log,1);
1160: --

Line 1157: fnd_file.put_line(fnd_file.log,'Errors For Assignment Number '||p_assignment_number);

1153: --
1154: hr_utility.set_location('Entering: '||l_proc,10);
1155: --
1156: fnd_file.new_line(fnd_file.log,1);
1157: fnd_file.put_line(fnd_file.log,'Errors For Assignment Number '||p_assignment_number);
1158: fnd_file.put_line(fnd_file.log,'==================================');
1159: --fnd_file.new_line(fnd_file.log,1);
1160: --
1161: hr_utility.set_location('Leaving: '||l_proc,20);

Line 1158: fnd_file.put_line(fnd_file.log,'==================================');

1154: hr_utility.set_location('Entering: '||l_proc,10);
1155: --
1156: fnd_file.new_line(fnd_file.log,1);
1157: fnd_file.put_line(fnd_file.log,'Errors For Assignment Number '||p_assignment_number);
1158: fnd_file.put_line(fnd_file.log,'==================================');
1159: --fnd_file.new_line(fnd_file.log,1);
1160: --
1161: hr_utility.set_location('Leaving: '||l_proc,20);
1162: --

Line 1159: --fnd_file.new_line(fnd_file.log,1);

1155: --
1156: fnd_file.new_line(fnd_file.log,1);
1157: fnd_file.put_line(fnd_file.log,'Errors For Assignment Number '||p_assignment_number);
1158: fnd_file.put_line(fnd_file.log,'==================================');
1159: --fnd_file.new_line(fnd_file.log,1);
1160: --
1161: hr_utility.set_location('Leaving: '||l_proc,20);
1162: --
1163: END Write_Header;

Line 1191: fnd_file.put_line(fnd_file.log,'TYPE = '||p_type);

1187: p_already_errored := TRUE;
1188: --
1189: End If;
1190: --
1191: fnd_file.put_line(fnd_file.log,'TYPE = '||p_type);
1192: --
1193: If p_type = 'ERROR' Then
1194: --
1195: hr_utility.set_location(l_proc,20);

Line 1197: fnd_file.new_line(fnd_file.log,1);

1193: If p_type = 'ERROR' Then
1194: --
1195: hr_utility.set_location(l_proc,20);
1196: --
1197: fnd_file.new_line(fnd_file.log,1);
1198: fnd_file.put_line(fnd_file.log,SQLERRM);
1199: --
1200: --v_error_message := rtrim(substr(SQLERRM,1,INSTR(SQLERRM,'Cause:')-1),' ');
1201: --fnd_file.put_line(fnd_file.log,v_error_message);

Line 1198: fnd_file.put_line(fnd_file.log,SQLERRM);

1194: --
1195: hr_utility.set_location(l_proc,20);
1196: --
1197: fnd_file.new_line(fnd_file.log,1);
1198: fnd_file.put_line(fnd_file.log,SQLERRM);
1199: --
1200: --v_error_message := rtrim(substr(SQLERRM,1,INSTR(SQLERRM,'Cause:')-1),' ');
1201: --fnd_file.put_line(fnd_file.log,v_error_message);
1202: --

Line 1201: --fnd_file.put_line(fnd_file.log,v_error_message);

1197: fnd_file.new_line(fnd_file.log,1);
1198: fnd_file.put_line(fnd_file.log,SQLERRM);
1199: --
1200: --v_error_message := rtrim(substr(SQLERRM,1,INSTR(SQLERRM,'Cause:')-1),' ');
1201: --fnd_file.put_line(fnd_file.log,v_error_message);
1202: --
1203: -- v_error_message :=
1204: -- substr(SQLERRM,INSTR(SQLERRM,'Cause:'),INSTR(SQLERRM,'Action:')-1);
1205: -- fnd_file.put_line(fnd_file.log,v_error_message);

Line 1205: -- fnd_file.put_line(fnd_file.log,v_error_message);

1201: --fnd_file.put_line(fnd_file.log,v_error_message);
1202: --
1203: -- v_error_message :=
1204: -- substr(SQLERRM,INSTR(SQLERRM,'Cause:'),INSTR(SQLERRM,'Action:')-1);
1205: -- fnd_file.put_line(fnd_file.log,v_error_message);
1206: --
1207: ElsIf p_type = 'WARNING' Then
1208: --
1209: hr_utility.set_location(l_proc,30);

Line 1211: fnd_file.put_line(fnd_file.log,p_warning_message);

1207: ElsIf p_type = 'WARNING' Then
1208: --
1209: hr_utility.set_location(l_proc,30);
1210: --
1211: fnd_file.put_line(fnd_file.log,p_warning_message);
1212: --
1213: End If;
1214: --
1215: hr_utility.set_location('Leaving: '||l_proc,40);