DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on AP_SUPPLIER_SITES

Line 848: -- This structure caches the tax information assoicated with ap_supplier_sites table

844: TAX_HEADER_LEVEL_FLAG hz_cust_accounts.tax_header_level_flag%TYPE);
845:
846: TYPE cust_acct_info_tbl_type is TABLE of cust_acct_info_rec_type index by BINARY_INTEGER;
847:
848: -- This structure caches the tax information assoicated with ap_supplier_sites table
849: -- it is referenced in zxccontrolb.pls/zxdiroundtaxpkgb.pls. The information in this structure is valid
850: -- throughout the session
851:
852: TYPE supp_site_info_rec_type is RECORD

Line 854: VENDOR_SITE_ID ap_supplier_sites.vendor_site_id%type,

850: -- throughout the session
851:
852: TYPE supp_site_info_rec_type is RECORD
853: (VENDOR_ID ap_suppliers.vendor_id%TYPE,
854: VENDOR_SITE_ID ap_supplier_sites.vendor_site_id%type,
855: TAX_ROUNDING_RULE VARCHAR2(10),
856: TAX_ROUNDING_LEVEL VARCHAR2(10),
857: Auto_Tax_Calc_Flag VARCHAR2(1),
858: VAT_CODE ap_suppliers.VAT_Code%TYPE,