DBA Data[Home] [Help]

APPS.CZ_BASE_MGR dependencies on CZ_BASE_MGR

Line 1: package body cz_base_mgr as

1: package body cz_base_mgr as
2: /* $Header: czbsmgrb.pls 120.4 2008/02/06 15:43:04 lamrute ship $ */
3:
4: RECORD_COUNTER INTEGER:=0;
5:

Line 147: insert into cz_db_logs (caller, message, logtime) values ('cz_base_mgr', 'exec_it failure: '|| p_table_name, sysdate);

143: );
144:
145: EXCEPTION
146: WHEN OTHERS THEN
147: insert into cz_db_logs (caller, message, logtime) values ('cz_base_mgr', 'exec_it failure: '|| p_table_name, sysdate);
148: raise;
149: END exec_it;
150:
151: PROCEDURE exec

Line 605: select TO_NUMBER(VALUE) into CZ_BASE_MGR.BATCH_SIZE from CZ_DB_SETTINGS

601: begin
602: RECORD_COUNTER:=0;
603:
604: begin
605: select TO_NUMBER(VALUE) into CZ_BASE_MGR.BATCH_SIZE from CZ_DB_SETTINGS
606: where upper(setting_id)='BATCHSIZE';
607: exception
608: when no_data_found then
609: null;

Line 858: LOG_REPORT('CZ_BASE_MGR.exec','Error : '||SQLERRM||' : statement : "'||var_stmt||'"');

854: end loop;
855: dbms_sql.close_cursor(cur);
856: exception
857: when OTHERS then
858: LOG_REPORT('CZ_BASE_MGR.exec','Error : '||SQLERRM||' : statement : "'||var_stmt||'"');
859: end;
860:
861: /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
862: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/