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.17.12020000.5 2013/03/20 16:49:20 divicker ship $ */
3: --****************************************************************************
4: -- INSTALLATION PROCEDURE FOR : FF_CONTEXTS_F
5: --****************************************************************************

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

4903: core_selected NUMBER;
4904:
4905: BEGIN
4906: hr_legislation.hrrunprc_trace_on;
4907: hr_utility.trace('start ff_data_dict.install: ' || to_char(p_phase));
4908: hr_legislation.hrrunprc_trace_off;
4909:
4910: IF p_phase <> 1 and p_phase <>2 THEN
4911: return;

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

4961:
4962: install_globals(p_phase); --install globals
4963:
4964: hr_legislation.hrrunprc_trace_on;
4965: hr_utility.trace('exit ff_data_dict.install: ' || to_char(p_phase));
4966: hr_legislation.hrrunprc_trace_off;
4967:
4968: END install;
4969:

Line 4970: END ff_data_dict;

4966: hr_legislation.hrrunprc_trace_off;
4967:
4968: END install;
4969:
4970: END ff_data_dict;