DBA Data[Home] [Help]

APPS.JA_KR_AP_SPECIAL_WH_PKG dependencies on AP_TAX_CODES

Line 47: * Attribute13 from ap_tax_codes *

43: /**************************************************************************
44: * *
45: * Name : Minimum_Withheld_Amt *
46: * Purpose : This function returns the value stoted in Global *
47: * Attribute13 from ap_tax_codes *
48: * *
49: **************************************************************************/
50:
51: FUNCTION Minimum_Withheld_Amt

Line 63: FROM AP_Tax_Codes

59: debug_info Varchar2(500);
60: current_calling_sequence Varchar2(2000);
61: CURSOR C_Minimum IS
62: SELECT to_number(global_attribute13) Minimum
63: FROM AP_Tax_Codes
64: WHERE name = P_Tax_Name;
65:
66: BEGIN
67: current_calling_sequence := 'JA_KR_AP_SPECIAL_WH_PKG.<- Minimum_Withheld_Amt ' ||