DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on FF_DATA_DICT

Line 6444: hr_utility.trace('start ff_data_dict.install: ' || to_char(p_phase));

6440:
6441: -- Install all formula ditionary
6442: hrrunprc_trace_on;
6443: hr_utility.trace('start hr_legislation.install: ' || to_char(p_phase));
6444: hr_utility.trace('start ff_data_dict.install: ' || to_char(p_phase));
6445: hrrunprc_trace_off;
6446: ff_data_dict.install(p_phase);
6447:
6448: -- Install assignment status types

Line 6446: ff_data_dict.install(p_phase);

6442: hrrunprc_trace_on;
6443: hr_utility.trace('start hr_legislation.install: ' || to_char(p_phase));
6444: hr_utility.trace('start ff_data_dict.install: ' || to_char(p_phase));
6445: hrrunprc_trace_off;
6446: ff_data_dict.install(p_phase);
6447:
6448: -- Install assignment status types
6449: hrrunprc_trace_on;
6450: hr_utility.trace('start install_past: ' || to_char(p_phase));

Line 7578: ff_data_dict.disable_ffuebru_trig;

7574: l_leg_code VARCHAR2(3);
7575:
7576: BEGIN
7577:
7578: ff_data_dict.disable_ffuebru_trig;
7579:
7580: -- call installation in phase 1
7581:
7582: g_debug_cnt := 0;

Line 7649: ff_data_dict.enable_ffuebru_trig;

7645:
7646: -- The whole installation was performed with no exceptions
7647: -- so it is now safe to commit.
7648:
7649: ff_data_dict.enable_ffuebru_trig;
7650: commit;
7651:
7652: END install;
7653: