DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYLG_PKG dependencies on HR_GENERAL

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

674: p_disabled_educ_exp := l_yea_info.disabled_educ_exp;
675: p_dpnt_educ_exp := l_yea_info.dpnt_educ_exp;
676: p_educ_exp_tax_exem := l_yea_info.educ_exp_tax_exem;
677: --
678: p_housing_saving_type_meaning := hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE', l_yea_info.housing_saving_type);
679: p_housing_saving := l_yea_info.housing_saving;
680: p_housing_purchase_date := l_yea_info.housing_purchase_date;
681: p_housing_loan_date := l_yea_info.housing_loan_date;
682: p_housing_loan_repay := l_yea_info.housing_loan_repay;

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

725: p_housing_exp_tax_break := l_yea_info.housing_exp_tax_break;
726: p_stock_saving_tax_break := l_yea_info.stock_saving_tax_break;
727: --
728: if l_yea_info.ovstb_tax_paid_date is not null then
729: p_ovstb_territory_short_name := hr_general.decode_territory(l_yea_info.ovstb_territory_code);
730: p_ovstb_tax_paid_date := l_yea_info.ovstb_tax_paid_date;
731: p_ovstb_tax_foreign_currency := l_yea_info.ovstb_tax_foreign_currency;
732: p_ovstb_tax := l_yea_info.ovstb_tax;
733: p_ovstb_application_date := l_yea_info.ovstb_application_date;