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


VIEW: APPS.PN_SPACE_ASSIGN_CUST_PUB_V

Object Details
Object Name: PN_SPACE_ASSIGN_CUST_PUB_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPN.PN_SPACE_ASSIGN_CUST_PUB_V
Subobject Name:
Status: VALID

View Type

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


Identifies a customer space assignment and its attributes


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier
CUST_SPACE_ASSIGN_ID NUMBER
Yes Identifier of the customer space assignments row. Value is populated using the PN_SPACE_ASSIGN_CUST_S sequence.
LOCATION_ID NUMBER
Yes Associates the location row in PN_LOCATIONS_ALL with the customer space assignments
LOCATION_LOCATION_ID NUMBER

Associates the location row in PN_LOCATIONS_ALL with the customer space assignments
LOCATION_TYPE_LOOKUP_CODE VARCHAR2 (30)
Type of location associated with customer space assignment
LOCATION_CODE VARCHAR2 (90)
Location code of location associated with space assignment
LOCATION_SUITE_NAME VARCHAR2 (30)
Name of the suite associated with the space assignment
LOC_START_DATE DATE

Date from which the location associated with the space assignment is active
LOC_END_DATE DATE

Date to which the location associated with the space assignment is active
CUST_ACCOUNT_ID NUMBER
Yes Associates the customer space assignment with a customer in HZ_CUST_ACCOUNTS
CUSTOMER_NAME VARCHAR2 (360)
Name of customer associated with the space assignment
SITE_USE_ID NUMBER

Associates the customer space assignment with a customer in HZ_CUST_SITE_USES_ALL
CUSTOMER_SITE VARCHAR2 (40)
Customer site
CUSTOMER_CATEGORY VARCHAR2 (80)
Customers category
SIC_CODE VARCHAR2 (30)
SIC Code associated with the customer space assignment
CUSTOMER_CLASS VARCHAR2 (80)
Customers class
PROFILE_CLASS VARCHAR2 (30)
Customers profile class
EXPENSE_ACCOUNT_ID NUMBER (15)
Expense Account Identifier
CUSTOMER_STATUS VARCHAR2 (1)
Status of the customer site
PROJECT_ID NUMBER

Associates the customer space assignment with a project in PA_PROJECTS_ALL
TASK_ID NUMBER

Associates the tasks row in PA_TASKS_ALL with the employee space assignments row.
CUST_ASSIGN_START_DATE DATE

Start date of the space assignment
CUST_ASSIGN_END_DATE DATE

End date of the space assignment
ALLOCATED_AREA_PCT NUMBER

Percentage area allocated to the customer
ALLOCATED_AREA NUMBER

Area allotted to the customer
UOM_CODE VARCHAR2 (3)
Unit of measure used with the associated location
UTILIZED_AREA NUMBER

Total area utilized at the associated location
CUST_SPACE_COMMENTS VARCHAR2 (2000)
Comments regarding the space assignment
LAST_UPDATE_DATE DATE
Yes Standard Who column. Date on which a user last updated the row
LAST_UPDATED_BY NUMBER
Yes Standard Who column. User who last updated the row. Foreign key to FND_USER.USER_ID
CREATION_DATE DATE
Yes Standard Who column. Date on which the row was created
CREATED_BY NUMBER
Yes Standard Who column. User who created the row. Foreign key to FND_USER.USER_ID
LAST_UPDATE_LOGIN NUMBER

Standard Who column. Operating system login of user who last updated the row. Foreign key to FND_LOGINS.LOGIN_ID
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Definition of the descriptive flexfield structure
ATTRIBUTE1 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive Flexfield segment
LEASE_ID NUMBER (38)
Identifier of the lease associated with a space assignment
ORG_ID NUMBER (15)
Organization Identifier
RECOVERY_SPACE_STD_CODE VARCHAR2 (30)
Space type used for calculating recovery amounts
RECOVERY_TYPE_CODE VARCHAR2 (30)
Tenant type used for calculating recovery amounts
FIN_OBLIG_END_DATE DATE

Date to which the customer is financially responsible for recovery charges
TENANCY_ID NUMBER

Associates the tenancy row in PN_TENANCIES_ALL with the customer space assignment row
Query Text

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


SELECT ROW_ID
,      CUST_SPACE_ASSIGN_ID
,      LOCATION_ID
,      LOCATION_LOCATION_ID
,      LOCATION_TYPE_LOOKUP_CODE
,      LOCATION_CODE
,      LOCATION_SUITE_NAME
,      LOC_START_DATE
,      LOC_END_DATE
,      CUST_ACCOUNT_ID
,      CUSTOMER_NAME
,      SITE_USE_ID
,      CUSTOMER_SITE
,      CUSTOMER_CATEGORY
,      SIC_CODE
,      CUSTOMER_CLASS
,      PROFILE_CLASS
,      EXPENSE_ACCOUNT_ID
,      CUSTOMER_STATUS
,      PROJECT_ID
,      TASK_ID
,      CUST_ASSIGN_START_DATE
,      CUST_ASSIGN_END_DATE
,      ALLOCATED_AREA_PCT
,      ALLOCATED_AREA
,      UOM_CODE
,      UTILIZED_AREA
,      CUST_SPACE_COMMENTS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      LEASE_ID
,      ORG_ID
,      RECOVERY_SPACE_STD_CODE
,      RECOVERY_TYPE_CODE
,      FIN_OBLIG_END_DATE
,      TENANCY_ID
FROM APPS.PN_SPACE_ASSIGN_CUST_PUB_V;

Dependencies

[top of page]

APPS.PN_SPACE_ASSIGN_CUST_PUB_V references the following:

SchemaAPPS
ViewAR_LOOKUPS
SynonymHZ_CUSTOMER_PROFILES
SynonymHZ_CUST_ACCOUNTS_ALL
SynonymHZ_CUST_PROFILE_CLASSES
SynonymHZ_CUST_SITE_USES_ALL
SynonymHZ_PARTIES
SynonymPN_LOCATIONS_ALL
SynonymPN_SPACE_ASSIGN_CUST_ALL

APPS.PN_SPACE_ASSIGN_CUST_PUB_V is not referenced by any database object