DBA Data[Home] [Help]

APPS.HR_GENERAL_UTILITIES dependencies on HR_SESSION_UTILITIES

Line 81: := hr_session_utilities.get_user_date_format;

77: g_sample_date_char VARCHAR2(200) := g_current_yr_char || '-12-31';
78: g_sample_date DATE :=
79: to_date(g_sample_date_char, 'YYYY-MM-DD');
80: g_date_format VARCHAR2 (200)
81: := hr_session_utilities.get_user_date_format;
82: g_attribute_application_id NUMBER := 800;
83: d_varchar2_tab_type g_varchar2_tab_type;
84: d_number_tab_type g_number_tab_type;
85: --