DBA Data[Home] [Help]

APPS.CZ_MANAGER dependencies on CZ_UI_MGR

Line 17: CZ_UI_MGR.ASSESS_DATA;

13: CZ_QC_MGR.ASSESS_DATA;
14: CZ_OM_MGR.ASSESS_DATA;
15: CZ_LC_MGR.ASSESS_DATA;
16: CZ_GN_MGR.ASSESS_DATA;
17: CZ_UI_MGR.ASSESS_DATA;
18: CZ_PUB_MGR.ASSESS_DATA;
19: end;
20:
21: /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Line 32: CZ_UI_MGR.REDO_STATISTICS;

28: CZ_PR_MGR.REDO_STATISTICS;
29: CZ_XF_MGR.REDO_STATISTICS;
30: CZ_IM_MGR.REDO_STATISTICS;
31: CZ_LC_MGR.REDO_STATISTICS;
32: CZ_UI_MGR.REDO_STATISTICS;
33: CZ_OM_MGR.REDO_STATISTICS;
34: CZ_QC_MGR.REDO_STATISTICS;
35: CZ_PUB_MGR.REDO_STATISTICS;
36: end;

Line 50: CZ_UI_MGR.Triggers_Enabled(Switch);

46: CZ_PR_MGR.Triggers_Enabled(Switch);
47: CZ_XF_MGR.Triggers_Enabled(Switch);
48: CZ_IM_MGR.Triggers_Enabled(Switch);
49: CZ_LC_MGR.Triggers_Enabled(Switch);
50: CZ_UI_MGR.Triggers_Enabled(Switch);
51: CZ_OM_MGR.Triggers_Enabled(Switch);
52: CZ_QC_MGR.Triggers_Enabled(Switch);
53: CZ_PUB_MGR.Triggers_Enabled(Switch);
54: end;

Line 68: CZ_UI_MGR.Constraints_Enabled(Switch);

64: CZ_PR_MGR.Constraints_Enabled(Switch);
65: CZ_XF_MGR.Constraints_Enabled(Switch);
66: CZ_IM_MGR.Constraints_Enabled(Switch);
67: CZ_LC_MGR.Constraints_Enabled(Switch);
68: CZ_UI_MGR.Constraints_Enabled(Switch);
69: CZ_OM_MGR.Constraints_Enabled(Switch);
70: CZ_QC_MGR.Constraints_Enabled(Switch);
71: CZ_PUB_MGR.Constraints_Enabled(Switch);
72: end;

Line 82: CZ_UI_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);

78: procedure REDO_SEQUENCES
79: (RedoStart_Flag in varchar2,
80: incr in integer default null) is
81: begin
82: CZ_UI_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);
83: CZ_GN_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);
84: CZ_IM_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);
85: CZ_LC_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);
86: CZ_XF_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);

Line 100: CZ_UI_MGR.PURGE;

96:
97: procedure PURGE is
98: begin
99: CZ_PUB_MGR.PURGE;
100: CZ_UI_MGR.PURGE;
101: CZ_PS_MGR.PURGE;
102: CZ_IM_MGR.PURGE;
103: CZ_LC_MGR.PURGE;
104: CZ_PR_MGR.PURGE;

Line 133: CZ_UI_MGR.RESET_CLEAR;

129: procedure RESET_CLEAR is
130: begin
131: CZ_IM_MGR.RESET_CLEAR;
132: CZ_PS_MGR.RESET_CLEAR;
133: CZ_UI_MGR.RESET_CLEAR;
134: CZ_LC_MGR.RESET_CLEAR;
135: CZ_PR_MGR.RESET_CLEAR;
136: CZ_OM_MGR.RESET_CLEAR;
137: CZ_QC_MGR.RESET_CLEAR;