DBA Data[Home] [Help]

APPS.CZ_PUB_MGR dependencies on CZ_BASE_MGR

Line 18: CZ_BASE_MGR.REDO_STATISTICS('PB');

14: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
15:
16: procedure REDO_STATISTICS is
17: begin
18: CZ_BASE_MGR.REDO_STATISTICS('PB');
19: end;
20:
21: /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
22: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

Line 27: CZ_BASE_MGR.TRIGGERS_ENABLED('PB',Switch);

23:
24: procedure TRIGGERS_ENABLED
25: (Switch in varchar2) is
26: begin
27: CZ_BASE_MGR.TRIGGERS_ENABLED('PB',Switch);
28: end;
29:
30: /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
31: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

Line 36: CZ_BASE_MGR.CONSTRAINTS_ENABLED('PB',Switch);

32:
33: procedure CONSTRAINTS_ENABLED
34: (Switch in varchar2) is
35: begin
36: CZ_BASE_MGR.CONSTRAINTS_ENABLED('PB',Switch);
37: end;
38:
39: /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
40: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

Line 46: CZ_BASE_MGR.REDO_SEQUENCES('PB',RedoStart_Flag,incr);

42: procedure REDO_SEQUENCES
43: (RedoStart_Flag in varchar2,
44: incr in integer default null) is
45: begin
46: CZ_BASE_MGR.REDO_SEQUENCES('PB',RedoStart_Flag,incr);
47: end;
48:
49: /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
50: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

Line 258: CZ_BASE_MGR.PURGE('PB');

254: procedure PURGE is
255: begin
256: Propogate_DeletedFlag;
257: PURGE_RP_ENTRIES;
258: CZ_BASE_MGR.PURGE('PB');
259:
260: delete from cz_pb_client_apps a
261: where not exists ( select null from cz_model_publications b
262: where b.publication_id = a.publication_id );

Line 307: CZ_BASE_MGR.MODIFIED('PB',AS_OF);

303:
304: procedure MODIFIED
305: (AS_OF in OUT NOCOPY date) is
306: begin
307: CZ_BASE_MGR.MODIFIED('PB',AS_OF);
308: end;
309:
310: /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
311: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/