DBA Data[Home] [Help]

APPS.PAY_JP_DBI_PKG dependencies on HR_JP_STANDARD_PKG

Line 307: l_tl_user_name := hr_jp_standard_pkg.get_message('PAY', 'PAY_JP_DBI_PAY_BASE_DAY_MIN_DE', 'JA');

303: end loop;
304: --
305: -- JP Specific DBIs
306: --
307: l_tl_user_name := hr_jp_standard_pkg.get_message('PAY', 'PAY_JP_DBI_PAY_BASE_DAY_MIN_DE', 'JA');
308: --
309: if decode_glb('G_COM_PAY_BASE_DAYS_MIN') is not null then
310: --
311: l_tl_user_name := decode_glb('G_COM_PAY_BASE_DAYS_MIN')||replace(replace(l_tl_user_name,decode_glb('G_COM_PAY_BASE_DAYS_MIN'),''),to_multi_byte('_'),'_');

Line 319: l_tl_user_name := hr_jp_standard_pkg.get_message('PAY', 'PAY_JP_DBI_EI_LOC_BUS_TYPE', 'JA');

315: if l_tl_user_name is not null then
316: update_tl_row('G_COM_PAY_BASE_DAYS_MIN_DE', l_tl_user_name);
317: end if;
318: --
319: l_tl_user_name := hr_jp_standard_pkg.get_message('PAY', 'PAY_JP_DBI_EI_LOC_BUS_TYPE', 'JA');
320: --
321: if decode_elm('COM_LI_INFO') is not null then
322: --
323: l_tl_user_name := decode_elm('COM_LI_INFO')||replace(replace(l_tl_user_name,decode_elm('COM_LI_INFO'),''),to_multi_byte('_'),'_');