DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_ACCOUNTS

Line 726: interim_tax_ccid zx_accounts.interim_tax_ccid%type,

722: -- This structure is indexed by location_id
723:
724: TYPE rec_nrec_ccid_rec_type is record
725: (
726: interim_tax_ccid zx_accounts.interim_tax_ccid%type,
727: tax_account_ccid zx_accounts.tax_account_ccid%type,
728: non_rec_account_ccid zx_accounts.non_rec_account_ccid%type);
729:
730: TYPE rec_nrec_ccid_tbl_type is table of rec_nrec_ccid_rec_type index by

Line 727: tax_account_ccid zx_accounts.tax_account_ccid%type,

723:
724: TYPE rec_nrec_ccid_rec_type is record
725: (
726: interim_tax_ccid zx_accounts.interim_tax_ccid%type,
727: tax_account_ccid zx_accounts.tax_account_ccid%type,
728: non_rec_account_ccid zx_accounts.non_rec_account_ccid%type);
729:
730: TYPE rec_nrec_ccid_tbl_type is table of rec_nrec_ccid_rec_type index by
731: VARCHAR2(100);

Line 728: non_rec_account_ccid zx_accounts.non_rec_account_ccid%type);

724: TYPE rec_nrec_ccid_rec_type is record
725: (
726: interim_tax_ccid zx_accounts.interim_tax_ccid%type,
727: tax_account_ccid zx_accounts.tax_account_ccid%type,
728: non_rec_account_ccid zx_accounts.non_rec_account_ccid%type);
729:
730: TYPE rec_nrec_ccid_tbl_type is table of rec_nrec_ccid_rec_type index by
731: VARCHAR2(100);
732: rec_nrec_ccid_tbl rec_nrec_ccid_tbl_type;