[Home] [Help]
[Dependency Information]
| Object Name: | OKC_K_PARTY_ROLES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_K_PARTY_ROLES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
Any relationship exists only because of "participation" by parties
EXAMPLE
eg. a "marriage" relationship requires the participation of 2 people
in general it is accepted that 1 will play the role of bride and the other of groom
eg. an escrow agreement requires at least 3 participants: 1 supplier, 1 receiver and 1 intermediary
NB
the entity has 2 subtypes
this is a mechanism to restrict a hierarchy to 1 level
ie. participation in a relationship may be by party
however it may also be by a previous participation
eg. a best man may participate in a relationshp with a parties participation as groom.
or
a lawyer may participate as contact for a parties participation as customer
but it is not possible for one of these 2nd level participations to continue to further lower levels
in other words (because I am so inarticulate it may not yet be clear)
the participation of a party may participate
but the participation of a participation may not
got it?
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | The address of the row in the database | |
| ID | NUMBER | Yes | Primary key column. | |
| 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. |
| SFWT_FLAG | VARCHAR2 | (3) | Yes | Indicates a value was changed in another language. Not fully implemented in 11i |
| CHR_ID | NUMBER | ID of the contract for which this party role is defined. Refers to ID in OKC_K_HEADERS_B | ||
| CPL_ID | NUMBER | Unique identifier of the parent role. Refers to rle_code in OKC_K_PARTY_ROLES_B. | ||
| CLE_ID | NUMBER | ID of contract line for which this party role is defined. Refers to ID of OKC_K_LINES_B. | ||
| RLE_CODE | VARCHAR2 | (30) | Yes | Role code for this party. Refers to lookup_code in fnd_lookups where lookup_type = OKC_ROLE. |
| DNZ_CHR_ID | NUMBER | Yes | Contract ID. Denormalized for performance. | |
| OBJECT1_ID1 | VARCHAR2 | (40) | Foreign key to an OKX view identifitied by corresponding JTOT_OBJECT_CODE column. First part of primary key in view. | |
| OBJECT1_ID2 | VARCHAR2 | (200) | Foreign key to an OKX view identifitied by corresponding JTOT_OBJECT_CODE column. Second part of primary key in view. | |
| JTOT_OBJECT1_CODE | VARCHAR2 | (30) | Refers to JTF_OBJECTS_B. Represents view referenced by OBJECT_ID columns. | |
| COGNOMEN | VARCHAR2 | (300) | Contract party role cognomen. | |
| CODE | VARCHAR2 | (30) | Government identifying code. | |
| FACILITY | VARCHAR2 | (30) | Government code. | |
| MINORITY_GROUP_LOOKUP_CODE | VARCHAR2 | (75) | Minority Group Lookup Code. | |
| SMALL_BUSINESS_FLAG | VARCHAR2 | (3) | Indicator for small business. Valid values Y and N. | |
| WOMEN_OWNED_FLAG | VARCHAR2 | (3) | Indicator for Women Owned. Valid values Y and N. | |
| ALIAS | VARCHAR2 | (150) | Another name for the contract (RFP, Proposal etc.). | |
| ROLE | VARCHAR2 | (80) | Yes | Party Role. Refers to meaning in fnd_lookups where lookup_type = OKC_ROLE. |
| ATTRIBUTE_CATEGORY | VARCHAR2 | (90) | Descriptive flexfield category column. | |
| ATTRIBUTE1 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE2 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE3 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE4 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE5 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE6 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE7 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE8 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE9 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE10 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE11 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE12 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE13 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE14 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE15 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| 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. | |
| PRIMARY_YN | VARCHAR2 | (1) | Determines whether the Party is the Primary Party. Valid values are Y and N. | |
| CUST_ACCT_ID | NUMBER | (15) | Customer account | |
| BILL_TO_SITE_USE_ID | NUMBER | (15) | Bill To Site Use Id. References HZ_CUST_ACCT_SITES_ALL.SITE_USE_ID |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, OBJECT_VERSION_NUMBER
, SFWT_FLAG
, CHR_ID
, CPL_ID
, CLE_ID
, RLE_CODE
, DNZ_CHR_ID
, OBJECT1_ID1
, OBJECT1_ID2
, JTOT_OBJECT1_CODE
, COGNOMEN
, CODE
, FACILITY
, MINORITY_GROUP_LOOKUP_CODE
, SMALL_BUSINESS_FLAG
, WOMEN_OWNED_FLAG
, ALIAS
, ROLE
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PRIMARY_YN
, CUST_ACCT_ID
, BILL_TO_SITE_USE_ID
FROM APPS.OKC_K_PARTY_ROLES_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
OKC_K_PARTY_ROLES_B
OKC_K_PARTY_ROLES_TL
APPS
IEX_EXCLUSION_ELIGIBLE_UV
OKC_COPY_CONTRACT_PVT
- show dependent code
OKC_CPL_PVT
- show dependent code
OKC_CPL_PVT
- show dependent code
OKC_DELETE_CONTRACT_PVT
- show dependent code
OKC_K_SALES_AGRMNTS_V
OKC_OKS_PUB
- show dependent code
OKC_QUERY
- show dependent code
OKC_RG_PARTIES_BLK_V
OKC_RG_PARTIES_LOV_V
OKC_RULE_PUB
- show dependent code
OKC_TEST
- show dependent code
OKE_COMM_ACT_UTILS
- show dependent code
OKE_VERSION_COMPARISON_PKG
- show dependent code
OKL_AM_ASSET_RETURNS_UV
OKL_AM_CONTRACT_PARTIES_UV
OKL_AM_INVOICES_PVT
- show dependent code
OKL_AM_K_PARTY_ROLES_UV
OKL_AM_LEASE_LOAN_TRMNT_PVT
- show dependent code
OKL_AM_QUOTES_WF
- show dependent code
OKL_AM_QUOTE_PARTIES_UV
OKL_AM_UTIL_PVT
- show dependent code
OKL_AM_VENDOR_RES_SHARE_PVT
- show dependent code
OKL_BPD_BATCH_CONT_LINES_UV
OKL_BPD_DISB_CONTRACT_LOV_UV
OKL_BPD_DISB_LOV_UV
OKL_BPD_INVESTOR_LOV_UV
OKL_CNTRCT_FIN_EXTRACT_PVT
- show dependent code
OKL_CONTRACT_LINE_ITEM_PVT
- show dependent code
OKL_CONTRACT_PARTY_PVT
- show dependent code
OKL_CONTRACT_PVT
- show dependent code
OKL_CONTRACT_REBOOK_PVT
- show dependent code
OKL_CO_WF
- show dependent code
OKL_CREATE_KLE_PVT
- show dependent code
OKL_CS_ALL_PARTIES_UV
OKL_CS_LESSOR_UV
OKL_CS_VENDORS_UV
OKL_CURE_RECON_PVT
- show dependent code
OKL_CURE_VENDOR_SUMRY_UV
OKL_DEAL_CREATE_PUB
- show dependent code
OKL_DEAL_CREATE_PUB
- show dependent code
OKL_DEAL_CREAT_PVT
- show dependent code
OKL_DEAL_CREAT_PVT
- show dependent code
OKL_JTOT_CONTACT_EXTRACT_PUB
- show dependent code
OKL_JTOT_CONTACT_EXTRACT_PUB
- show dependent code
OKL_JTOT_CONTACT_EXTRACT_PVT
- show dependent code
OKL_JTOT_CONTACT_EXTRACT_PVT
- show dependent code
OKL_JTOT_EXTRACT
- show dependent code
OKL_JTOT_EXTRACT
- show dependent code
OKL_K_HDRS_FULL_UV
OKL_LA_VALIDATION_UTIL_PVT
- show dependent code
OKL_LCKBX_CSH_APP_PVT
- show dependent code
OKL_MAINTAIN_FEE_PVT
- show dependent code
OKL_MASTER_LEASE_AGREEMENT_PUB
- show dependent code
OKL_MLA_CREATE_UPDATE_PUB
- show dependent code
OKL_MLA_CREATE_UPDATE_PUB
- show dependent code
OKL_OKC_MIGRATION_PVT
- show dependent code
OKL_OPEN_INTERFACE_PVT
- show dependent code
OKL_QPY_PVT
- show dependent code
OKL_QUOTE_TO_CONTRACT_PVT
- show dependent code
OKL_RECONCILE_DISPLAY_UV
OKL_REFUND_UV
OKL_RULE_PUB
- show dependent code
OKL_SEC_INVESTOR_PVT
- show dependent code
OKL_SERVICE_INTEGRATION_PVT
- show dependent code
OKL_SO_CREDIT_APP_WF
- show dependent code
OKL_STRMS_STD_HDR_UV
OKL_STRY_CALL_CO_PUB
- show dependent code
OKL_SUBSIDY_PROCESS_PVT
- show dependent code
OKL_TAP_PVT
- show dependent code
OKL_UBB_INTEGRATION_PVT
- show dependent code
OKL_VENDOR_AGREEMENT_PUB
- show dependent code
OKL_VENDOR_AGREEMENT_PUB
- show dependent code
OKL_VENDOR_PROGRAM_PVT
- show dependent code
OKL_VENDOR_REFUND_PVT
- show dependent code
OKL_VP_COPY_CONTRACT_PVT
- show dependent code
OKL_VP_JTF_PARTY_NAME_PUB
- show dependent code
OKL_VP_JTF_PARTY_NAME_PUB
- show dependent code
OKL_VP_JTF_PARTY_NAME_PVT
- show dependent code
OKL_VP_JTF_PARTY_NAME_PVT
- show dependent code
OKL_VP_SYNC_CR_PVT
- show dependent code
OKS_COPY_CONTRACT_PVT
- show dependent code
OKS_COVERAGES_PVT
- show dependent code
OKS_CT_EVENTS_WFA
- show dependent code
OKS_EXTWARPRGM_OSO_PVT
- show dependent code
OKS_EXTWAR_UTIL_PVT
- show dependent code
OKS_HEADERS_V
OKS_QA_DATA_INTEGRITY
- show dependent code
OKS_RENCPY_PVT
- show dependent code
OKS_RENEW_UTIL_PVT
- show dependent code
OKS_REPNAME_V
|
|
|
|