DBA Data[Home] [Help]

APPS.ZPB_REPOS dependencies on ZPB_CYCLE_MODEL_DIMENSIONS

Line 17: update ZPB_CYCLE_MODEL_DIMENSIONS

13:
14: zpb_log.write('zpb_repos.change_zpb_root',
15: 'Upgrading ZPB repos root to '||new_root);
16:
17: update ZPB_CYCLE_MODEL_DIMENSIONS
18: set QUERY_OBJECT_PATH = new_root||QUERY_OBJECT_PATH
19: where QUERY_OBJECT_PATH like 'ZPBSystem/%';
20:
21: zpb_log.write('zpb_repos.change_zpb_root',

Line 22: 'Upgrade of ZPB_CYCLE_MODEL_DIMENSIONS complete');

18: set QUERY_OBJECT_PATH = new_root||QUERY_OBJECT_PATH
19: where QUERY_OBJECT_PATH like 'ZPBSystem/%';
20:
21: zpb_log.write('zpb_repos.change_zpb_root',
22: 'Upgrade of ZPB_CYCLE_MODEL_DIMENSIONS complete');
23:
24: update ZPB_DC_OBJECTS
25: set target_obj_path = new_root||target_obj_path
26: where target_obj_path like 'ZPBSystem/%';