DBA Data[Home] [Help]

APPS.CSC_PROFILE_ENGINE_PKG dependencies on APP_EXCEPTION

Line 751: App_Exception.raise_exception;

747: when Tablesegment_full then
748: CSC_Profile_Engine_PKG.Handle_Exception;
749: g_error := sqlcode || ' ' || sqlerrm;
750: fnd_file.put_line(fnd_file.log , g_error);
751: App_Exception.raise_exception;
752:
753: when Indexsegment_full then
754: CSC_Profile_Engine_PKG.Handle_Exception;
755: g_error := sqlcode || ' ' || sqlerrm;

Line 757: App_Exception.raise_exception;

753: when Indexsegment_full then
754: CSC_Profile_Engine_PKG.Handle_Exception;
755: g_error := sqlcode || ' ' || sqlerrm;
756: fnd_file.put_line(fnd_file.log , g_error);
757: App_Exception.raise_exception;
758:
759: when SNAPSHOT_TOO_OLD THEN
760: CSC_Profile_Engine_PKG.Handle_Exception;
761: g_error := sqlcode || ' ' || sqlerrm;

Line 763: App_Exception.raise_exception;

759: when SNAPSHOT_TOO_OLD THEN
760: CSC_Profile_Engine_PKG.Handle_Exception;
761: g_error := sqlcode || ' ' || sqlerrm;
762: fnd_file.put_line(fnd_file.log,g_error);
763: App_Exception.raise_exception;
764:
765: WHEN INTERNAL_ERROR THEN
766: CSC_Profile_Engine_PKG.Handle_Exception;
767: g_error := sqlcode || ' ' || sqlerrm;

Line 769: App_Exception.raise_exception;

765: WHEN INTERNAL_ERROR THEN
766: CSC_Profile_Engine_PKG.Handle_Exception;
767: g_error := sqlcode || ' ' || sqlerrm;
768: fnd_file.put_line(fnd_file.log,g_error);
769: App_Exception.raise_exception;
770:
771: WHEN SUMMATION_ERROR THEN
772: CSC_Profile_Engine_PKG.Handle_Exception;
773: set_context('Evaluate_Checks1_Var',

Line 2938: App_Exception.raise_exception;

2934: g_error := sqlcode || ' ' || sqlerrm;
2935: set_context('Evaluate_Checks4_Var',
2936: 'check_id => ' || chk_id,
2937: 'Error => ' || g_error);
2938: App_Exception.raise_exception;
2939:
2940: WHEN Indexsegment_full then
2941: CSC_Profile_Engine_PKG.Handle_Exception;
2942: g_error := sqlcode || ' ' || sqlerrm;

Line 2946: App_Exception.raise_exception;

2942: g_error := sqlcode || ' ' || sqlerrm;
2943: set_context('Evaluate_Checks4_Var',
2944: 'check_id => ' || chk_id,
2945: 'Error => ' || g_error);
2946: App_Exception.raise_exception;
2947:
2948: WHEN SNAPSHOT_TOO_OLD THEN
2949: CSC_Profile_Engine_PKG.Handle_Exception;
2950: g_error := sqlcode || ' ' || sqlerrm;

Line 2954: App_Exception.raise_exception;

2950: g_error := sqlcode || ' ' || sqlerrm;
2951: set_context('Evaluate_Checks4_Var',
2952: 'check_id => ' || chk_id,
2953: 'Error => ' || g_error);
2954: App_Exception.raise_exception;
2955:
2956: WHEN INTERNAL_ERROR THEN
2957: CSC_Profile_Engine_PKG.Handle_Exception;
2958: g_error := sqlcode || ' ' || sqlerrm;

Line 2962: App_Exception.raise_exception;

2958: g_error := sqlcode || ' ' || sqlerrm;
2959: set_context('Evaluate_Checks4_Var',
2960: 'check_id => ' || chk_id,
2961: 'Error => ' || g_error);
2962: App_Exception.raise_exception;
2963:
2964: WHEN SUMMATION_ERROR THEN
2965: CSC_Profile_Engine_PKG.Handle_Exception;
2966: set_context('Evaluate_Checks4_Var',

Line 6555: App_Exception.raise_exception;

6551: exception
6552: when Indexsegment_full then
6553: g_error := sqlcode || ' ' || sqlerrm;
6554: fnd_file.put_line(fnd_file.log , g_error);
6555: App_Exception.raise_exception;
6556:
6557: when Tablesegment_full then
6558: g_error := sqlcode || ' ' || sqlerrm;
6559: fnd_file.put_line(fnd_file.log , g_error);

Line 6560: App_Exception.raise_exception;

6556:
6557: when Tablesegment_full then
6558: g_error := sqlcode || ' ' || sqlerrm;
6559: fnd_file.put_line(fnd_file.log , g_error);
6560: App_Exception.raise_exception;
6561:
6562: WHEN SNAPSHOT_TOO_OLD THEN
6563: g_error := sqlcode || ' ' || sqlerrm;
6564: fnd_file.put_line(fnd_file.log,g_error);

Line 6565: App_Exception.raise_exception;

6561:
6562: WHEN SNAPSHOT_TOO_OLD THEN
6563: g_error := sqlcode || ' ' || sqlerrm;
6564: fnd_file.put_line(fnd_file.log,g_error);
6565: App_Exception.raise_exception;
6566:
6567: when Others then
6568: table_delete;
6569: g_error := sqlcode || ' ' || sqlerrm;

Line 6759: App_Exception.raise_exception;

6755:
6756: when Tablesegment_full then
6757: g_error := sqlcode || ' ' || sqlerrm;
6758: fnd_file.put_line(fnd_file.log , g_error);
6759: App_Exception.raise_exception;
6760:
6761: when Indexsegment_full then
6762: g_error := sqlcode || ' ' || sqlerrm;
6763: fnd_file.put_line(fnd_file.log , g_error);

Line 6764: App_Exception.raise_exception;

6760:
6761: when Indexsegment_full then
6762: g_error := sqlcode || ' ' || sqlerrm;
6763: fnd_file.put_line(fnd_file.log , g_error);
6764: App_Exception.raise_exception;
6765:
6766: when SNAPSHOT_TOO_OLD THEN
6767: g_error := sqlcode || ' ' || sqlerrm;
6768: fnd_file.put_line(fnd_file.log,g_error);

Line 6769: App_Exception.raise_exception;

6765:
6766: when SNAPSHOT_TOO_OLD THEN
6767: g_error := sqlcode || ' ' || sqlerrm;
6768: fnd_file.put_line(fnd_file.log,g_error);
6769: App_Exception.raise_exception;
6770: when Others then
6771: table_delete;
6772: g_error := sqlcode || ' ' || sqlerrm;
6773: fnd_file.put_line(fnd_file.log , g_error);