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


TABLE: IBY.IBY_FNDCPT_PAYEE_APPL

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


IBY_FNDCPT_PAYEE_APPL is a mapping table between internal payees and operating units. One payee may be associated with many operating units. An operating unit may be associated with at most one payee.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_FNDCPT_PAYEE_APPL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORG_TYPE
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
MPAYEEID NUMBER (15) Yes Payee primary key
ORG_TYPE VARCHAR2 (30) Yes Organization type from lookup type IBY_ORGANIZATION_TYPES
ORG_ID NUMBER (15) Yes Organization Identifier
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OBJECT_VERSION_NUMBER NUMBER
Yes Used for locking purposes that subsequently allows for checking if there is old data on the screen compared to what is in the database. The situation occurs when the HTML application is a stateless application.
Query Text

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


SELECT MPAYEEID
,      ORG_TYPE
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM IBY.IBY_FNDCPT_PAYEE_APPL;

Dependencies

[top of page]

IBY.IBY_FNDCPT_PAYEE_APPL does not reference any database object

IBY.IBY_FNDCPT_PAYEE_APPL is referenced by following:

SchemaIBY
ViewIBY_FNDCPT_PAYEE_APPL#