DBA Data[Home] [Help]

APPS.GHR_FETCH_POSITION_HISTORY dependencies on GHR_FETCH_POSITION_HISTORY

Line 1: PACKAGE BODY GHR_FETCH_POSITION_HISTORY AS

1: PACKAGE BODY GHR_FETCH_POSITION_HISTORY AS
2: /* $Header: ghfetdpo.pkb 120.0.12010000.2 2009/05/26 10:41:05 utokachi noship $ */
3: g_package_name varchar2(31) := 'GHR_FETCH_POSITION_HISTORY.';
4: -- -------------------------------
5: PROCEDURE get_position_detail (

Line 3: g_package_name varchar2(31) := 'GHR_FETCH_POSITION_HISTORY.';

1: PACKAGE BODY GHR_FETCH_POSITION_HISTORY AS
2: /* $Header: ghfetdpo.pkb 120.0.12010000.2 2009/05/26 10:41:05 utokachi noship $ */
3: g_package_name varchar2(31) := 'GHR_FETCH_POSITION_HISTORY.';
4: -- -------------------------------
5: PROCEDURE get_position_detail (
6: -- -------------------------------
7: p_position_id IN per_positions.position_id%type,

Line 199: END GHR_FETCH_POSITION_HISTORY;

195: CLOSE c_lookup_meaning;
196:
197: hr_utility.set_location('Exiting '|| l_proc, 100);
198: END;
199: END GHR_FETCH_POSITION_HISTORY;