DBA Data[Home] [Help]

APPS.AP_CUSTOM_WITHHOLDING_PKG dependencies on AP_CALC_WITHHOLDING_PKG

Line 24: IF jg_zz_shared_pkg.get_product(AP_CALC_WITHHOLDING_PKG.g_org_id, NULL) is not null THEN

20:
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

Line 92: AP_CALC_WITHHOLDING_PKG.Insert_Temp_Distribution

88: Procedure: Ap_Special_Withheld_Amt
89: Objective: This procedure enable globalization to make some
90: adjusments in the withheld amount, for example
91: rounding. This procedure is called from
92: AP_CALC_WITHHOLDING_PKG.Insert_Temp_Distribution
93: ******************************************************************/
94:
95: procedure Ap_Special_Withheld_Amt
96: (

Line 117: IF jg_zz_shared_pkg.get_product(AP_CALC_WITHHOLDING_PKG.g_org_id, NULL) is not null THEN

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
119: (P_Withheld_Amount
120: ,P_Base_WT_amount
121: ,P_CurrCode