DBA Data[Home] [Help]

APPS.ZPB_REPOS dependencies on ZPB_SOLVE_OUTPUT_SELECTIONS

Line 80: update ZPB_SOLVE_OUTPUT_SELECTIONS

76:
77: zpb_log.write('zpb_repos.change_zpb_root',
78: 'Upgrade of zpb_task_parameters complete');
79:
80: update ZPB_SOLVE_OUTPUT_SELECTIONS
81: set selection_path = new_root||selection_path
82: where selection_path like 'ZPBSystem/%';
83:
84: zpb_log.write('zpb_repos.change_zpb_root',

Line 85: 'Upgrade of ZPB_SOLVE_OUTPUT_SELECTIONS complete');

81: set selection_path = new_root||selection_path
82: where selection_path like 'ZPBSystem/%';
83:
84: zpb_log.write('zpb_repos.change_zpb_root',
85: 'Upgrade of ZPB_SOLVE_OUTPUT_SELECTIONS complete');
86:
87: update ZPB_SOLVE_INPUT_SELECTIONS
88: set selection_path = new_root||selection_path
89: where selection_path like 'ZPBSystem/%';