DBA Data[Home] [Help]

APPS.AP_ACCTG_DATA_FIX_PKG dependencies on APP_EXCEPTION

Line 50: APP_EXCEPTION.RAISE_EXCEPTION;

46: FND_File.Put_Line(fnd_file.log,l_message);
47:
48: l_message := 'in side AP_ACCTG_DATA_FIX_PKG.Open_Log_Out_Files '||'

';
49: FND_File.Put_Line(fnd_file.log,l_message);
50: APP_EXCEPTION.RAISE_EXCEPTION;
51: END Open_Log_Out_Files;
52:
53:
54:

Line 124: APP_EXCEPTION.RAISE_EXCEPTION;

120:
121: l_message := 'in side '||l_calling_sequence||'

';
122: FND_File.Put_Line(fnd_file.log,l_message);
123:
124: APP_EXCEPTION.RAISE_EXCEPTION;
125: End Create_Temp_Acctg_Tables;
126:
127:
128: /* Procedure to get all the columns for a particular table.

Line 163: APP_EXCEPTION.RAISE_EXCEPTION;

159: FND_File.Put_Line(fnd_file.log,l_message);
160:
161: l_message := 'in side '||l_calling_sequence||'

';
162: FND_File.Put_Line(fnd_file.log,l_message);
163: APP_EXCEPTION.RAISE_EXCEPTION;
164: end Get_Cols;
165:
166:
167: /* Procedure to get the backup of all the Accounting (XLA) tables. */

Line 261: APP_EXCEPTION.RAISE_EXCEPTION;

257:
258: EXCEPTION
259:
260: WHEN OTHERS THEN
261: APP_EXCEPTION.RAISE_EXCEPTION;
262: l_message := 'Exception :: '||SQLERRM||'

';
263: FND_File.Put_Line(fnd_file.log,l_message);
264:
265: l_message := 'in side '||l_calling_sequence||'

';

Line 286: APP_EXCEPTION.RAISE_EXCEPTION;

282: FND_File.Put_Line(fnd_file.log,l_message);
283:
284: l_message := 'in side '||l_calling_sequence||'

';
285: FND_File.Put_Line(fnd_file.log,l_message);
286: APP_EXCEPTION.RAISE_EXCEPTION;
287: End Print;
288:
289:
290: /* Procedure to print the values in the table and column list

Line 467: APP_EXCEPTION.RAISE_EXCEPTION;

463: FND_File.Put_Line(fnd_file.log,l_message);
464:
465: l_message := 'in side '||l_calling_sequence||'

';
466: FND_File.Put_Line(fnd_file.log,l_message);
467: APP_EXCEPTION.RAISE_EXCEPTION;
468: END Print_Html_Table;
469:
470:
471: /* Procedure to backup the data from the source table to destination

Line 529: APP_EXCEPTION.RAISE_EXCEPTION;

525: print(fnd_file.log,l_message);
526:
527: l_message := 'in side '||l_calling_sequence;
528: print(fnd_file.log,l_message);
529: APP_EXCEPTION.RAISE_EXCEPTION;
530: End Backup_data;
531:
532: END AP_Acctg_Data_Fix_PKG;