[Home] [Help]
[Dependency Information]
Object Name: | OKX_SALESREPS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID1 | NUMBER | Yes | Salesrep identifier | |
ID2 | CHAR | (1) | (Multi-part) Primary Key | |
RESOURCE_ID | NUMBER | Yes | Resource Identifier | |
ORG_ID | NUMBER | Operating Unit Identifier | ||
SET_OF_BOOKS_ID | NUMBER | Set of books identifier (not currently used) | ||
SALES_CREDIT_TYPE_ID | NUMBER | Yes | Sales Credit Type Identifier ( FK to so_sales_credit_types) | |
PERSON_ID | NUMBER | Person id of salesrep ( In case of EMPLOYEE ) | ||
NAME | VARCHAR2 | (360) | Salesrep name | |
DESCRIPTION | VARCHAR2 | (0) | Email Address | |
B_STATUS | VARCHAR2 | (30) | Salesrep status flag Lookup code for 'CODE_STATUS' | |
STATUS | VARCHAR2 | (30) | Status | |
START_DATE_ACTIVE | DATE | Yes | Date record becomes active (not currently used) | |
END_DATE_ACTIVE | DATE | Date record becomes inactive (not currently used) | ||
EMAIL_ADDRESS | VARCHAR2 | (240) | Email Address |
Cut, paste (and edit) the following text to query this object:
SELECT ID1
, ID2
, RESOURCE_ID
, ORG_ID
, SET_OF_BOOKS_ID
, SALES_CREDIT_TYPE_ID
, PERSON_ID
, NAME
, DESCRIPTION
, B_STATUS
, STATUS
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, EMAIL_ADDRESS
FROM APPS.OKX_SALESREPS_V;
|
|
|