DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on AP_SUPPLIER_SITES

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

1001: TAX_HEADER_LEVEL_FLAG hz_cust_accounts.tax_header_level_flag%TYPE);
1002:
1003: TYPE cust_acct_info_tbl_type is TABLE of cust_acct_info_rec_type index by BINARY_INTEGER;
1004:
1005: -- This structure caches the tax information assoicated with ap_supplier_sites table
1006: -- it is referenced in zxccontrolb.pls/zxdiroundtaxpkgb.pls. The information in this structure is valid
1007: -- throughout the session
1008:
1009: TYPE supp_site_info_rec_type is RECORD

Line 1011: VENDOR_SITE_ID ap_supplier_sites.vendor_site_id%type,

1007: -- throughout the session
1008:
1009: TYPE supp_site_info_rec_type is RECORD
1010: (VENDOR_ID ap_suppliers.vendor_id%TYPE,
1011: VENDOR_SITE_ID ap_supplier_sites.vendor_site_id%type,
1012: TAX_ROUNDING_RULE VARCHAR2(10),
1013: TAX_ROUNDING_LEVEL VARCHAR2(10),
1014: Auto_Tax_Calc_Flag VARCHAR2(1),
1015: VAT_CODE ap_suppliers.VAT_Code%TYPE,