[Home] [Help]
[Dependency Information]
Object Name: | XTR_COMPANY_AUTHORITIES |
---|---|
Object Type: | TABLE |
Owner: | XTR |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XTR_COMPANY_AUTHORITIES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
XTR_COMPANY_AUTHORITIES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
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 |
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;
XTR.XTR_COMPANY_AUTHORITIES does not reference any database object
XTR.XTR_COMPANY_AUTHORITIES is referenced by following:
|
|
|