DBA Data[Home] [Help]

APPS.FF_DATA_DICT dependencies on FF_DATA_DICT

Line 1: PACKAGE body ff_data_dict AS

1: PACKAGE body ff_data_dict AS
2: /* $Header: peffdict.pkb 120.4.12000000.2 2007/02/08 11:18:04 divicker ship $ */
3: --****************************************************************************
4: -- INSTALLATION PROCEDURE FOR : FF_CONTEXTS_F
5: --****************************************************************************

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

4852: core_selected NUMBER;
4853:
4854: BEGIN
4855: hr_legislation.hrrunprc_trace_on;
4856: hr_utility.trace('start ff_data_dict.install: ' || to_char(p_phase));
4857: hr_legislation.hrrunprc_trace_off;
4858:
4859: IF p_phase <> 1 and p_phase <>2 THEN
4860: return;

Line 4914: hr_utility.trace('exit ff_data_dict.install: ' || to_char(p_phase));

4910:
4911: install_globals(p_phase); --install globals
4912:
4913: hr_legislation.hrrunprc_trace_on;
4914: hr_utility.trace('exit ff_data_dict.install: ' || to_char(p_phase));
4915: hr_legislation.hrrunprc_trace_off;
4916:
4917: END install;
4918:

Line 4919: END ff_data_dict;

4915: hr_legislation.hrrunprc_trace_off;
4916:
4917: END install;
4918:
4919: END ff_data_dict;