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