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


TABLE: AZ.AZ_API_PREFERENCES_B

Object Details
Object Name: AZ_API_PREFERENCES_B
Object Type: TABLE
Owner: AZ
FND Design Data: TableAZ.AZ_API_PREFERENCES_B
Subobject Name:
Status: VALID

This table is used to store the header level information for the iSetup preferences.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AZ_AP_PREFERENCES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPREFERENCE_CODE
ColumnUSER_ID
Columns
Name Datatype Length Mandatory Comments
PREFERENCE_CODE VARCHAR2 (45) Yes Identifies the preferences unique against an API
API_CODE VARCHAR2 (45)
Unique API Code being refered from az_apis table
API_VERSION VARCHAR2 (45) Yes API Version for which the preference has been done
CREATED_BY NUMBER (15) Yes Records the user_id creating the row
CREATION_DATE DATE
Yes Records the date row got created
LAST_UPDATED_BY NUMBER (15) Yes Records the user_id updating this row
LAST_UPDATE_DATE DATE
Yes Records the date row got updated
USER_ID NUMBER (15) Yes Tracks the user_id created the preference
ENABLED_FLAG VARCHAR2 (1)
Indicates if preference is Enabled
Query Text

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


SELECT PREFERENCE_CODE
,      API_CODE
,      API_VERSION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      USER_ID
,      ENABLED_FLAG
FROM AZ.AZ_API_PREFERENCES_B;

Dependencies

[top of page]

AZ.AZ_API_PREFERENCES_B does not reference any database object

AZ.AZ_API_PREFERENCES_B is referenced by following:

SchemaAPPS
SynonymAZ_API_PREFERENCES_B