DBA Data[Home] [Help]

APPS.AP_CUSTOM_WITHHOLDING_PKG dependencies on JG_WITHHOLDING_TAX_PKG

Line 23: return(JG_WITHHOLDING_TAX_PKG.Get_Rate_Id(

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

Line 60: JG_WITHHOLDING_TAX_PKG.AWT_Rounding(

56:
57: -- BUG 7232736 replaced sys_context with g_zz_shared_pkg.get_product/reverted to Orginal code.
58: IF sys_context('JG','JGZZ_PRODUCT_CODE') is not null THEN
59: -- IF jg_zz_shared_pkg.get_product(l_org_id, NULL) is not null THEN
60: JG_WITHHOLDING_TAX_PKG.AWT_Rounding(
61: P_Checkrun_Name
62: );
63: END IF;
64:

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

95:
96: -- IMPORTANT: This section is reserved for Globalization features.
97: -- Please do not modify code here.
98: -- BUG 7232736 replaced sys_context with g_zz_shared_pkg.get_product
99: -- Uncommented the call to JG_WITHHOLDING_TAX_PKG.JG_Special_Withheld_Amt
100:
101: -- IF sys_context('JG','JGZZ_PRODUCT_CODE') is not null THEN
102: IF jg_zz_shared_pkg.get_product(AP_CALC_WITHHOLDING_PKG.g_org_id, NULL) is not null THEN
103: JG_WITHHOLDING_TAX_PKG.JG_Special_Withheld_Amt

Line 103: JG_WITHHOLDING_TAX_PKG.JG_Special_Withheld_Amt

99: -- Uncommented the call to JG_WITHHOLDING_TAX_PKG.JG_Special_Withheld_Amt
100:
101: -- IF sys_context('JG','JGZZ_PRODUCT_CODE') is not null THEN
102: IF jg_zz_shared_pkg.get_product(AP_CALC_WITHHOLDING_PKG.g_org_id, NULL) is not null THEN
103: JG_WITHHOLDING_TAX_PKG.JG_Special_Withheld_Amt
104: (P_Withheld_Amount
105: ,P_Base_WT_amount
106: ,P_CurrCode
107: ,P_BaseCurrCode