DBA Data[Home] [Help]

APPS.AP_CUSTOM_WITHHOLDING_PKG dependencies on JG_WITHHOLDING_TAX_PKG

Line 25: l_special_rate := JG_WITHHOLDING_TAX_PKG.Get_Rate_Id( --bug16563023

21: -- BUG 7232736 replaced sys_context with g_zz_shared_pkg.get_product
22:
23: -- IF sys_context('JG','JGZZ_PRODUCT_CODE') is not null THEN
24: IF jg_zz_shared_pkg.get_product(AP_CALC_WITHHOLDING_PKG.g_org_id, NULL) is not null THEN
25: l_special_rate := JG_WITHHOLDING_TAX_PKG.Get_Rate_Id( --bug16563023
26: P_Tax_Name
27: ,P_Invoice_Id
28: ,P_Payment_Num
29: ,P_Awt_Date

Line 73: JG_WITHHOLDING_TAX_PKG.AWT_Rounding(

69:
70: -- BUG 7232736 replaced sys_context with g_zz_shared_pkg.get_product/reverted to Orginal code.
71: IF sys_context('JG','JGZZ_PRODUCT_CODE') is not null THEN
72: -- IF jg_zz_shared_pkg.get_product(l_org_id, NULL) is not null THEN
73: JG_WITHHOLDING_TAX_PKG.AWT_Rounding(
74: P_Checkrun_Name
75: );
76: END IF;
77:

Line 114: -- Uncommented the call to JG_WITHHOLDING_TAX_PKG.JG_Special_Withheld_Amt

110:
111: -- IMPORTANT: This section is reserved for Globalization features.
112: -- Please do not modify code here.
113: -- BUG 7232736 replaced sys_context with g_zz_shared_pkg.get_product
114: -- Uncommented the call to JG_WITHHOLDING_TAX_PKG.JG_Special_Withheld_Amt
115:
116: -- IF sys_context('JG','JGZZ_PRODUCT_CODE') is not null THEN
117: IF jg_zz_shared_pkg.get_product(AP_CALC_WITHHOLDING_PKG.g_org_id, NULL) is not null THEN
118: JG_WITHHOLDING_TAX_PKG.JG_Special_Withheld_Amt

Line 118: JG_WITHHOLDING_TAX_PKG.JG_Special_Withheld_Amt

114: -- Uncommented the call to JG_WITHHOLDING_TAX_PKG.JG_Special_Withheld_Amt
115:
116: -- IF sys_context('JG','JGZZ_PRODUCT_CODE') is not null THEN
117: IF jg_zz_shared_pkg.get_product(AP_CALC_WITHHOLDING_PKG.g_org_id, NULL) is not null THEN
118: JG_WITHHOLDING_TAX_PKG.JG_Special_Withheld_Amt
119: (P_Withheld_Amount
120: ,P_Base_WT_amount
121: ,P_CurrCode
122: ,P_BaseCurrCode