[Home] [Help]
[Dependency Information]
| Object Name: | OKL_CS_PARTIES_TAB_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_CS_PARTIES_TAB_UV
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTRACT_ID | NUMBER | Contract ID | ||
| CONTRACT_NUMBER | VARCHAR2 | (120) | Contract Number | |
| ROLE_NAME | VARCHAR2 | (80) | Role Name | |
| PTYPE | VARCHAR2 | (150) | Party Type | |
| COMPANY | VARCHAR2 | (360) | Company | |
| CUSTOMER_NUMBER | VARCHAR2 | (30) | Customer Number |
Cut, paste (and edit) the following text to query this object:
SELECT CONTRACT_ID
, CONTRACT_NUMBER
, ROLE_NAME
, PTYPE
, COMPANY
, CUSTOMER_NUMBER
FROM APPS.OKL_CS_PARTIES_TAB_UV;
APPS
ARP_ADDR_LABEL_PKG
- show dependent code
FND_GLOBAL
- show dependent code
HR_GENERAL
- show dependent code
OKL_CS_ALL_PARTIES_UV
OKL_CS_GUARANTOR_AMOUNT_UV
OKL_CS_LESSOR_UV
OKL_CS_VENDORS_UV
APPS.OKL_CS_PARTIES_TAB_UV is not referenced by any database object
|
|
|
|