DBA Data[Home] [Help]

APPS.AP_CUSTOM_WITHHOLDING_HOOK_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 44

             AP_CALC_WITHHOLDING_PKGInsert_Temp_Distribution
  ******************************************************************/

 procedure Ap_Special_Withheld_Amt
                 (
                  P_Withheld_Amount        IN OUT NOCOPY Number
                 ,P_Base_WT_amount         IN OUT NOCOPY Number
                 ,P_CurrCode               IN Varchar2
                 ,P_BaseCurrCode           IN Varchar2
                 ,P_Invoice_exchange_rate  IN Number
                 ,P_Tax_Name               IN Varchar2
                 ,P_Calling_sequence       IN Varchar2
                 ,P_Unrounded_WT_Amount    IN Number     DEFAULT NULL
                 ,P_Calling_parameter      IN Varchar2   DEFAULT NULL
                  )
 is

 BEGIN



 -- Please enter all custom code below this line
 -- Begin Custom Code

     null;