DBA Data[Home] [Help]

APPS.AZ_COMP_REPORTER dependencies on AZ_COMP_REPORTER

Line 1: PACKAGE BODY az_comp_reporter AS

1: PACKAGE BODY az_comp_reporter AS
2: /* $Header: azcompreporterb.pls 120.23 2011/05/19 06:40:49 halla ship $ */
3: -- Private type declarations
4: -- type is ;
5:

Line 14: c_log_head constant VARCHAR2(30) := 'az.plsql.AZ_COMP_REPORTER.';

10: exclude_details VARCHAR2(1);
11: commit_batch_size NUMBER;
12: v_dml_count NUMBER;
13:
14: c_log_head constant VARCHAR2(30) := 'az.plsql.AZ_COMP_REPORTER.';
15: output_a_stylesheet constant VARCHAR2(4000) := '
16:
17:
18:

Line 753: FND_MESSAGE.SET_TOKEN('ERROR_PROC', 'az_comp_reporter.' || ProcedureName);

749: FND_MESSAGE.SET_NAME('AZ', 'AZ_R12_PLSQL_EXCEPTION'); -- Seeded Message
750: -- Runtime Information
751: FND_MESSAGE.SET_TOKEN('ERROR_CODE', ErrCode);
752: FND_MESSAGE.SET_TOKEN('ERROR_MESG', ErrMsg);
753: FND_MESSAGE.SET_TOKEN('ERROR_PROC', 'az_comp_reporter.' || ProcedureName);
754: IF (Statement IS NOT NULL) THEN
755: FND_MESSAGE.SET_TOKEN('ERROR_STMT', Statement);
756: ELSE
757: FND_MESSAGE.SET_TOKEN('ERROR_STMT', 'none');

Line 863: END az_comp_reporter;

859: raise_error_msg(SQLCODE, sqlerrm, 'update_diff_type_counts', 'Error while updating the count based on type of differences');
860:
861: END update_diff_type_counts;
862:
863: END az_comp_reporter;