DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on HZ_CUST_ACCOUNTS

Line 993: -- This structure caches the tax information assoicated with hz_cust_accounts table

989: TAX_CLASSIFICATION hz_cust_site_uses_all.Tax_Classification%TYPE);
990:
991: TYPE cust_site_use_info_tbl_type is TABLE of cust_site_use_info_rec_type index by BINARY_INTEGER;
992:
993: -- This structure caches the tax information assoicated with hz_cust_accounts table
994: -- it is referenced in zxccontrolb.pls/zxdiroundtaxpkgb.pls. The information in this structure is valid
995: -- throughout the session
996:
997: TYPE cust_acct_info_rec_type is RECORD

Line 998: (CUST_ACCOUNT_ID hz_cust_accounts.cust_account_id%TYPE,

994: -- it is referenced in zxccontrolb.pls/zxdiroundtaxpkgb.pls. The information in this structure is valid
995: -- throughout the session
996:
997: TYPE cust_acct_info_rec_type is RECORD
998: (CUST_ACCOUNT_ID hz_cust_accounts.cust_account_id%TYPE,
999: TAX_CODE hz_cust_accounts.tax_code%TYPE,
1000: TAX_ROUNDING_RULE hz_cust_accounts.tax_rounding_rule%TYPE,
1001: TAX_HEADER_LEVEL_FLAG hz_cust_accounts.tax_header_level_flag%TYPE);
1002:

Line 999: TAX_CODE hz_cust_accounts.tax_code%TYPE,

995: -- throughout the session
996:
997: TYPE cust_acct_info_rec_type is RECORD
998: (CUST_ACCOUNT_ID hz_cust_accounts.cust_account_id%TYPE,
999: TAX_CODE hz_cust_accounts.tax_code%TYPE,
1000: TAX_ROUNDING_RULE hz_cust_accounts.tax_rounding_rule%TYPE,
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;

Line 1000: TAX_ROUNDING_RULE hz_cust_accounts.tax_rounding_rule%TYPE,

996:
997: TYPE cust_acct_info_rec_type is RECORD
998: (CUST_ACCOUNT_ID hz_cust_accounts.cust_account_id%TYPE,
999: TAX_CODE hz_cust_accounts.tax_code%TYPE,
1000: TAX_ROUNDING_RULE hz_cust_accounts.tax_rounding_rule%TYPE,
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:

Line 1001: TAX_HEADER_LEVEL_FLAG hz_cust_accounts.tax_header_level_flag%TYPE);

997: TYPE cust_acct_info_rec_type is RECORD
998: (CUST_ACCOUNT_ID hz_cust_accounts.cust_account_id%TYPE,
999: TAX_CODE hz_cust_accounts.tax_code%TYPE,
1000: TAX_ROUNDING_RULE hz_cust_accounts.tax_rounding_rule%TYPE,
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