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


VIEW: APPS.XTR_AUTH_TYPE_SUBTYPE_PROD_V

Object Details
Object Name: XTR_AUTH_TYPE_SUBTYPE_PROD_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXTR.XTR_AUTH_TYPE_SUBTYPE_PROD_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
USER_NAME VARCHAR2 (30) Yes Code for Treasury users
DEAL_TYPE VARCHAR2 (7) Yes Code for high level deals
DEAL_SUBTYPE VARCHAR2 (7) Yes Code for deal executions permissible within a deal type
PRODUCT_TYPE VARCHAR2 (10) Yes Code for products used in a deal type
AUTHORISED VARCHAR2 (1)
Indicates if this record is authorised to be used. Valid values are: Y (authorised) or N (not authorised).
VALIDATION_AUTHORIZED VARCHAR2 (1)
Determines if the user has authority to validate deals of deal type, deal subtype and product type combinations
Query Text

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


SELECT USER_NAME
,      DEAL_TYPE
,      DEAL_SUBTYPE
,      PRODUCT_TYPE
,      AUTHORISED
,      VALIDATION_AUTHORIZED
FROM APPS.XTR_AUTH_TYPE_SUBTYPE_PROD_V;

Dependencies

[top of page]

APPS.XTR_AUTH_TYPE_SUBTYPE_PROD_V references the following:

SchemaAPPS
SynonymXTR_AUTH_TYPE_SUBTYPE_PROD
APPS.XTR_AUTH_TYPE_SUBTYPE_PROD_V is referenced by following:

SchemaAPPS
Package BodyXTR_WRAPPER_API_P - show dependent code