DBA Data[Home] [Help]

APPS.CZ_MANAGER dependencies on CZ_PR_MGR

Line 11: CZ_PR_MGR.ASSESS_DATA;

7: procedure ASSESS_DATA is
8: begin
9: CZ_XF_MGR.ASSESS_DATA;
10: CZ_IM_MGR.ASSESS_DATA;
11: CZ_PR_MGR.ASSESS_DATA;
12: CZ_PS_MGR.ASSESS_DATA;
13: CZ_QC_MGR.ASSESS_DATA;
14: CZ_OM_MGR.ASSESS_DATA;
15: CZ_LC_MGR.ASSESS_DATA;

Line 28: CZ_PR_MGR.REDO_STATISTICS;

24: procedure REDO_STATISTICS is
25: begin
26: CZ_PS_MGR.REDO_STATISTICS;
27: CZ_GN_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;

Line 46: CZ_PR_MGR.Triggers_Enabled(Switch);

42: (Switch in varchar2) is
43: begin
44: CZ_PS_MGR.Triggers_Enabled(Switch);
45: CZ_GN_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);

Line 64: CZ_PR_MGR.Constraints_Enabled(Switch);

60: (Switch in varchar2) is
61: begin
62: CZ_PS_MGR.Constraints_Enabled(Switch);
63: CZ_GN_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);

Line 89: CZ_PR_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);

85: CZ_LC_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);
86: CZ_XF_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);
87: CZ_QC_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);
88: CZ_PS_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);
89: CZ_PR_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);
90: CZ_OM_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);
91: CZ_PUB_MGR.REDO_SEQUENCES(RedoStart_Flag,incr);
92: end;
93:

Line 104: CZ_PR_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;
105: CZ_OM_MGR.PURGE;
106: CZ_QC_MGR.PURGE;
107: CZ_XF_MGR.PURGE;
108: CZ_GN_MGR.PURGE;

Line 135: CZ_PR_MGR.RESET_CLEAR;

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;
138: CZ_XF_MGR.RESET_CLEAR;
139: CZ_GN_MGR.RESET_CLEAR;