DBA Data[Home] [Help]

APPS.GHR_POSITION_EXTRA_INFO_IUDAR dependencies on GHR_UTILITY

Line 32: IF ghr_utility.is_ghr = 'TRUE' THEN

28:
29: BEGIN
30: -- Only do any of this if we are GHR!
31:
32: IF ghr_utility.is_ghr = 'TRUE' THEN
33:
34: IF ghr_utility.g_position_being_deleted THEN
35: RETURN;
36: END IF;

Line 34: IF ghr_utility.g_position_being_deleted THEN

30: -- Only do any of this if we are GHR!
31:
32: IF ghr_utility.is_ghr = 'TRUE' THEN
33:
34: IF ghr_utility.g_position_being_deleted THEN
35: RETURN;
36: END IF;
37: ghr_history_api.get_g_session_var(l_sess_var);
38: