DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_ACCOUNTS

Line 883: interim_tax_ccid zx_accounts.interim_tax_ccid%type,

879: -- This structure is indexed by location_id
880:
881: TYPE rec_nrec_ccid_rec_type is record
882: (
883: interim_tax_ccid zx_accounts.interim_tax_ccid%type,
884: tax_account_ccid zx_accounts.tax_account_ccid%type,
885: non_rec_account_ccid zx_accounts.non_rec_account_ccid%type);
886:
887: TYPE rec_nrec_ccid_tbl_type is table of rec_nrec_ccid_rec_type index by VARCHAR2(100);

Line 884: tax_account_ccid zx_accounts.tax_account_ccid%type,

880:
881: TYPE rec_nrec_ccid_rec_type is record
882: (
883: interim_tax_ccid zx_accounts.interim_tax_ccid%type,
884: tax_account_ccid zx_accounts.tax_account_ccid%type,
885: non_rec_account_ccid zx_accounts.non_rec_account_ccid%type);
886:
887: TYPE rec_nrec_ccid_tbl_type is table of rec_nrec_ccid_rec_type index by VARCHAR2(100);
888: rec_nrec_ccid_tbl rec_nrec_ccid_tbl_type;

Line 885: non_rec_account_ccid zx_accounts.non_rec_account_ccid%type);

881: TYPE rec_nrec_ccid_rec_type is record
882: (
883: interim_tax_ccid zx_accounts.interim_tax_ccid%type,
884: tax_account_ccid zx_accounts.tax_account_ccid%type,
885: non_rec_account_ccid zx_accounts.non_rec_account_ccid%type);
886:
887: TYPE rec_nrec_ccid_tbl_type is table of rec_nrec_ccid_rec_type index by VARCHAR2(100);
888: rec_nrec_ccid_tbl rec_nrec_ccid_tbl_type;
889: