DBA Data[Home] [Help] [Dependency Information]


TABLE: XTR.XTR_COMPANY_AUTHORITIES

Object Details
Object Name: XTR_COMPANY_AUTHORITIES
Object Type: TABLE
Owner: XTR
FND Design Data: TableXTR.XTR_COMPANY_AUTHORITIES
Subobject Name:
Status: VALID


XTR_COMPANY_AUTHORITIES contains user access authorities defined by company. Each row
contains a company name, dealer code, and a flag that indicates whether or not this dealer has authority to access the company. This table is used throughout the application to enforce user security and ensure that users only create deals or see cashflows for the companies for which they have authorization.
This table corresponds to the Company Accesses tabbed region in the User Access Levels window.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XTR_COMPANY_AUTHORITIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_CODE
ColumnDEALER_CODE
XTR_COMPANY_AUTHORITIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_CODE
ColumnCOMPANY_AUTHORISED_FOR_INPUT
ColumnDEALER_CODE
Columns
Name Datatype Length Mandatory Comments
COMPANY_AUTHORISED_FOR_INPUT VARCHAR2 (2) Yes Flag to indicate if the dealer has access to the company (Y), or not (N)
DEALER_CODE VARCHAR2 (10) Yes Code for Treasury users
PARTY_CODE VARCHAR2 (7) Yes Company code
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT COMPANY_AUTHORISED_FOR_INPUT
,      DEALER_CODE
,      PARTY_CODE
FROM XTR.XTR_COMPANY_AUTHORITIES;

Dependencies

[top of page]

XTR.XTR_COMPANY_AUTHORITIES does not reference any database object

XTR.XTR_COMPANY_AUTHORITIES is referenced by following:

SchemaAPPS
SynonymXTR_COMPANY_AUTHORITIES