DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.ASG_PARTY_ACC_V

Object Details
Object Name: ASG_PARTY_ACC_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Information that indicates whether the gateway server can access a party.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PK_COL NUMBER

PK.
PARTY_ID NUMBER
Yes Party identifier.
SERVER_ID NUMBER
Yes Server Identifier.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
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
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
COUNTER NUMBER

Counter.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PK_COL
,      PARTY_ID
,      SERVER_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      COUNTER
FROM APPS.ASG_PARTY_ACC_V;

Dependencies

[top of page]

APPS.ASG_PARTY_ACC_V references the following:

SchemaAPPS
SynonymASG_PARTY_ACC

APPS.ASG_PARTY_ACC_V is not referenced by any database object