DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYLG_PKG dependencies on HR_GENERAL

Line 1287: p_housing_saving_type_meaning := hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE', l_yea_info.housing_saving_type);

1283: p_disabled_educ_exp := l_yea_info.disabled_educ_exp;
1284: p_dpnt_educ_exp := l_yea_info.dpnt_educ_exp;
1285: p_educ_exp_tax_exem := l_yea_info.educ_exp_tax_exem;
1286: --
1287: p_housing_saving_type_meaning := hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE', l_yea_info.housing_saving_type);
1288: p_housing_saving := l_yea_info.housing_saving;
1289: p_housing_purchase_date := l_yea_info.housing_purchase_date;
1290: p_housing_loan_date := l_yea_info.housing_loan_date;
1291: p_housing_loan_repay := l_yea_info.housing_loan_repay;

Line 1338: p_ovstb_territory_short_name := hr_general.decode_territory(l_yea_info.ovstb_territory_code);

1334: p_housing_exp_tax_break := l_yea_info.housing_exp_tax_break;
1335: p_stock_saving_tax_break := l_yea_info.stock_saving_tax_break;
1336: --
1337: if l_yea_info.ovstb_tax_paid_date is not null then
1338: p_ovstb_territory_short_name := hr_general.decode_territory(l_yea_info.ovstb_territory_code);
1339: p_ovstb_tax_paid_date := l_yea_info.ovstb_tax_paid_date;
1340: p_ovstb_tax_foreign_currency := l_yea_info.ovstb_tax_foreign_currency;
1341: p_ovstb_tax := l_yea_info.ovstb_tax;
1342: p_ovstb_application_date := l_yea_info.ovstb_application_date;