DBA Data[Home] [Help]

APPS.CSC_PROFILE_ENGINE_PKG dependencies on APP_EXCEPTION

Line 919: App_Exception.raise_exception;

915: when Tablesegment_full then
916: CSC_Profile_Engine_PKG.Handle_Exception;
917: g_error := sqlcode || ' ' || sqlerrm;
918: fnd_file.put_line(fnd_file.log , g_error);
919: App_Exception.raise_exception;
920:
921: when Indexsegment_full then
922: CSC_Profile_Engine_PKG.Handle_Exception;
923: g_error := sqlcode || ' ' || sqlerrm;

Line 925: App_Exception.raise_exception;

921: when Indexsegment_full then
922: CSC_Profile_Engine_PKG.Handle_Exception;
923: g_error := sqlcode || ' ' || sqlerrm;
924: fnd_file.put_line(fnd_file.log , g_error);
925: App_Exception.raise_exception;
926:
927: when SNAPSHOT_TOO_OLD THEN
928: CSC_Profile_Engine_PKG.Handle_Exception;
929: g_error := sqlcode || ' ' || sqlerrm;

Line 931: App_Exception.raise_exception;

927: when SNAPSHOT_TOO_OLD THEN
928: CSC_Profile_Engine_PKG.Handle_Exception;
929: g_error := sqlcode || ' ' || sqlerrm;
930: fnd_file.put_line(fnd_file.log,g_error);
931: App_Exception.raise_exception;
932:
933: WHEN INTERNAL_ERROR THEN
934: CSC_Profile_Engine_PKG.Handle_Exception;
935: g_error := sqlcode || ' ' || sqlerrm;

Line 937: App_Exception.raise_exception;

933: WHEN INTERNAL_ERROR THEN
934: CSC_Profile_Engine_PKG.Handle_Exception;
935: g_error := sqlcode || ' ' || sqlerrm;
936: fnd_file.put_line(fnd_file.log,g_error);
937: App_Exception.raise_exception;
938:
939: WHEN SUMMATION_ERROR THEN
940: CSC_Profile_Engine_PKG.Handle_Exception;
941: set_context('Evaluate_Checks1_Var',

Line 4133: App_Exception.raise_exception;

4129: g_error := sqlcode || ' ' || sqlerrm;
4130: set_context('Evaluate_Checks4_Var',
4131: 'check_id => ' || chk_id,
4132: 'Error => ' || g_error);
4133: App_Exception.raise_exception;
4134:
4135: WHEN Indexsegment_full then
4136: CSC_Profile_Engine_PKG.Handle_Exception;
4137: g_error := sqlcode || ' ' || sqlerrm;

Line 4141: App_Exception.raise_exception;

4137: g_error := sqlcode || ' ' || sqlerrm;
4138: set_context('Evaluate_Checks4_Var',
4139: 'check_id => ' || chk_id,
4140: 'Error => ' || g_error);
4141: App_Exception.raise_exception;
4142:
4143: WHEN SNAPSHOT_TOO_OLD THEN
4144: CSC_Profile_Engine_PKG.Handle_Exception;
4145: g_error := sqlcode || ' ' || sqlerrm;

Line 4149: App_Exception.raise_exception;

4145: g_error := sqlcode || ' ' || sqlerrm;
4146: set_context('Evaluate_Checks4_Var',
4147: 'check_id => ' || chk_id,
4148: 'Error => ' || g_error);
4149: App_Exception.raise_exception;
4150:
4151: WHEN INTERNAL_ERROR THEN
4152: CSC_Profile_Engine_PKG.Handle_Exception;
4153: g_error := sqlcode || ' ' || sqlerrm;

Line 4157: App_Exception.raise_exception;

4153: g_error := sqlcode || ' ' || sqlerrm;
4154: set_context('Evaluate_Checks4_Var',
4155: 'check_id => ' || chk_id,
4156: 'Error => ' || g_error);
4157: App_Exception.raise_exception;
4158:
4159: WHEN SUMMATION_ERROR THEN
4160: CSC_Profile_Engine_PKG.Handle_Exception;
4161: set_context('Evaluate_Checks4_Var',

Line 9191: App_Exception.raise_exception;

9187: exception
9188: when Indexsegment_full then
9189: g_error := sqlcode || ' ' || sqlerrm;
9190: fnd_file.put_line(fnd_file.log , g_error);
9191: App_Exception.raise_exception;
9192:
9193: when Tablesegment_full then
9194: g_error := sqlcode || ' ' || sqlerrm;
9195: fnd_file.put_line(fnd_file.log , g_error);

Line 9196: App_Exception.raise_exception;

9192:
9193: when Tablesegment_full then
9194: g_error := sqlcode || ' ' || sqlerrm;
9195: fnd_file.put_line(fnd_file.log , g_error);
9196: App_Exception.raise_exception;
9197:
9198: WHEN SNAPSHOT_TOO_OLD THEN
9199: g_error := sqlcode || ' ' || sqlerrm;
9200: fnd_file.put_line(fnd_file.log,g_error);

Line 9201: App_Exception.raise_exception;

9197:
9198: WHEN SNAPSHOT_TOO_OLD THEN
9199: g_error := sqlcode || ' ' || sqlerrm;
9200: fnd_file.put_line(fnd_file.log,g_error);
9201: App_Exception.raise_exception;
9202:
9203: when Others then
9204: table_delete;
9205: g_error := sqlcode || ' ' || sqlerrm;

Line 9494: App_Exception.raise_exception;

9490: g_error := SQLCODE
9491: || ' '
9492: || sqlerrm;
9493: fnd_file.put_line(fnd_file.log , g_error);
9494: App_Exception.raise_exception;
9495: WHEN Indexsegment_full THEN
9496: g_error := SQLCODE
9497: || ' '
9498: || sqlerrm;

Line 9500: App_Exception.raise_exception;

9496: g_error := SQLCODE
9497: || ' '
9498: || sqlerrm;
9499: fnd_file.put_line(fnd_file.log , g_error);
9500: App_Exception.raise_exception;
9501: WHEN SNAPSHOT_TOO_OLD THEN
9502: g_error := SQLCODE
9503: || ' '
9504: || sqlerrm;

Line 9506: App_Exception.raise_exception;

9502: g_error := SQLCODE
9503: || ' '
9504: || sqlerrm;
9505: fnd_file.put_line(fnd_file.log,g_error);
9506: App_Exception.raise_exception;
9507: WHEN OTHERS THEN
9508: table_delete;
9509: g_error := SQLCODE
9510: || ' '