DBA Data[Home] [Help]

APPS.PAY_PAYJPLTX_XMLP_PKG dependencies on HR_GENERAL

Line 30: CP_ERA_CODE := hr_general.decode_lookup('JP_ERA', to_char(l_date_era_code));

26: l_date_month,
27: l_date_day
28: );
29: l_date_year := l_date_year - trunc(l_date_year, -2);
30: CP_ERA_CODE := hr_general.decode_lookup('JP_ERA', to_char(l_date_era_code));
31: CP_YEAR := lpad(to_char(l_date_year), 2, ' ');
32: CP_MONTH := lpad(to_char(l_date_month), 2, ' ');
33: --file_io.open_magfile;
34: return (TRUE);