[Home] [Help]
6690:
6691: -- Install all formula ditionary
6692: hrrunprc_trace_on;
6693: hr_utility.trace('start hr_legislation.install: ' || to_char(p_phase));
6694: hr_utility.trace('start ff_data_dict.install: ' || to_char(p_phase));
6695: hrrunprc_trace_off;
6696: ff_data_dict.install(p_phase);
6697:
6698: -- Install assignment status types
6692: hrrunprc_trace_on;
6693: hr_utility.trace('start hr_legislation.install: ' || to_char(p_phase));
6694: hr_utility.trace('start ff_data_dict.install: ' || to_char(p_phase));
6695: hrrunprc_trace_off;
6696: ff_data_dict.install(p_phase);
6697:
6698: -- Install assignment status types
6699: hrrunprc_trace_on;
6700: hr_utility.trace('start install_past: ' || to_char(p_phase));
7824: l_leg_code VARCHAR2(3);
7825:
7826: BEGIN
7827:
7828: ff_data_dict.disable_ffuebru_trig;
7829:
7830: -- call installation in phase 1
7831:
7832: g_debug_cnt := 0;
7903:
7904: -- The whole installation was performed with no exceptions
7905: -- so it is now safe to commit.
7906:
7907: ff_data_dict.enable_ffuebru_trig;
7908: commit;
7909:
7910: END install;
7911: