[Home] [Help]
[Dependency Information]
Object Name: | OKC_ROLE_SOURCES |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Defines the valid data sources for a PARTY playing a certain ROLE in a contract. The source may vary depending on whether the contract is a buy or sell contract.
Take for example the roles "Customer" and "Vendor". In a sell contract, the Customer would most likely come from HZ_PARTYS and the Vendor would do so as well, provided that internal organizations were defined as parties. For a buy contract, the Customer would again come from HZ_PARTYS (again assuming internal organizations were defined as parties) but the Vendor would come from PO_VENDORS.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_ROLE_SOURCES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RLE_CODE | VARCHAR2 | (30) | Yes | Role code associated with Sources. For example, ''CUSTOMER'' as a role for all registered customers.. |
BUY_OR_SELL | VARCHAR2 | (3) | Yes | Denotes if role is Buy or Sell. |
START_DATE | DATE | Yes | The beginning of the active period, one second after midnight on the date indicated. | |
END_DATE | DATE | The end of the active period, one second before midnight on the date indicated. | ||
JTOT_OBJECT_CODE | VARCHAR2 | (30) | Yes | Foreign key to JTF_OBJECTS_B. Represents view referenced by OBJECT_ID columns. |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. |
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. | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
ACCESS_LEVEL | VARCHAR2 | (1) | Indicates the protection level for the record. | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT RLE_CODE
, BUY_OR_SELL
, START_DATE
, END_DATE
, JTOT_OBJECT_CODE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, ACCESS_LEVEL
, ZD_EDITION_NAME
FROM OKC.OKC_ROLE_SOURCES;
OKC.OKC_ROLE_SOURCES does not reference any database object
OKC.OKC_ROLE_SOURCES is referenced by following:
|
|
|