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


TABLE: IBY.IBY_BEPLANGS

Object Details
Object Name: IBY_BEPLANGS
Object Type: TABLE
Owner: IBY
FND Design Data: TableIBY.IBY_BEPLANGS
Subobject Name:
Status: VALID


IBY_BEPLANGS contains list of all the languages supported by the Back End Payment System


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_BEPLANGS_ID_LANG_PRE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPREFERRED
ColumnBEPLANG
ColumnBEPID
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
BEPID NUMBER
Yes Back End Payment System identifier
BEPLANG VARCHAR2 (80)
language supported by the Back End Payment System
PREFERRED NUMBER
Yes denotes whether this is the preferred language of the Back End Payment System
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
OBJECT_VERSION_NUMBER NUMBER
Yes This column is used for locking purposes that subsequently allows for checking if there is 'dirty' or old data on the screen compared to what is in the database. The situation occurs when the HTML application is an 'stateless' application.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
SECURITY_GROUP_ID NUMBER

Used in hosted environments
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT BEPID
,      BEPLANG
,      PREFERRED
,      LAST_UPDATE_DATE
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM IBY.IBY_BEPLANGS;

Dependencies

[top of page]

IBY.IBY_BEPLANGS does not reference any database object

IBY.IBY_BEPLANGS is referenced by following:

SchemaIBY
ViewIBY_BEPLANGS#