DBA Data[Home] [Help]

APPS.AP_CUSTOM_WITHHOLDING_PKG dependencies on AP_CALC_WITHHOLDING_PKG

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

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

Line 79: AP_CALC_WITHHOLDING_PKG.Insert_Temp_Distribution

75: Procedure: Ap_Special_Withheld_Amt
76: Objective: This procedure enable globalization to make some
77: adjusments in the withheld amount, for example
78: rounding. This procedure is called from
79: AP_CALC_WITHHOLDING_PKG.Insert_Temp_Distribution
80: ******************************************************************/
81:
82: procedure Ap_Special_Withheld_Amt
83: (

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

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
104: (P_Withheld_Amount
105: ,P_Base_WT_amount
106: ,P_CurrCode