[Home] [Help]
[Dependency Information]
Object Name: | AST_ACCOUNT_PARTIES_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.
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 |
---|---|---|---|---|
ROW_ID | ROWID | (10) | System generated identifier | |
CUST_ACCOUNT_ID | NUMBER | (15) | Yes | Customer Account Identifier. |
PARTY_ID | NUMBER | (15) | Yes | Party Identifier |
PARTY_NAME | VARCHAR2 | (360) | Yes | Party name |
PARTY_TYPE | VARCHAR2 | (30) | Yes | Type of party. This is limited to person, organization, group or relationship. |
FIRST_NAME | VARCHAR2 | (150) | First name of the person | |
MIDDLE_NAME | VARCHAR2 | (60) | Middle name of the person | |
LAST_NAME | VARCHAR2 | (150) | Last or surname of the person | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, CUST_ACCOUNT_ID
, PARTY_ID
, PARTY_NAME
, PARTY_TYPE
, FIRST_NAME
, MIDDLE_NAME
, LAST_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM APPS.AST_ACCOUNT_PARTIES_V;
APPS.AST_ACCOUNT_PARTIES_V is not referenced by any database object
|
|
|