DBA Data[Home] [Help]

APPS.JG_WITHHOLDING_TAX_PKG dependencies on AP_CALC_WITHHOLDING_PKG

Line 16: l_product_code := jg_zz_shared_pkg.get_product(ap_calc_withholding_pkg.g_org_id, NULL);

12: is
13: l_product_code varchar2(2);
14: BEGIN
15:
16: l_product_code := jg_zz_shared_pkg.get_product(ap_calc_withholding_pkg.g_org_id, NULL);
17:
18: IF l_product_code = 'JA' then
19: return ( JA_AWT_PKG.Get_Rate_Id(
20: P_Tax_Name

Line 100: l_country_code := jg_zz_shared_pkg.get_country(ap_calc_withholding_pkg.g_org_id, NULL);

96: BEGIN
97: current_calling_sequence := 'JG_WITHHOLDING_TAX_PKG.<-Jg_Special_Withheld_Amt ' ||
98: P_Calling_Sequence;
99:
100: l_country_code := jg_zz_shared_pkg.get_country(ap_calc_withholding_pkg.g_org_id, NULL);
101: IF (l_country_code = 'KR') THEN
102:
103: Ja_Kr_Ap_Special_Wh_PKG.Ja_Special_Withheld_Amt
104: (P_Withheld_Amount