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


VIEW: APPS.CSC_PROF_BLOCK_RESULTS_V

Object Details
Object Name: CSC_PROF_BLOCK_RESULTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSC.CSC_PROF_BLOCK_RESULTS_V
Subobject Name:
Status: VALID

View Type

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


View of CSC_PROF_BLOCK_RESULTS. This view will give us information on the result of the Profile Check Variables when the Profile Engine is run.


[View Source]

Columns
Name Datatype Length Mandatory Comments
BLOCK_RESULTS_ID NUMBER
Yes Unique identifier of the record
BLOCK_ID NUMBER
Yes References the BLOCK_ID in CSC_PROF_BLOCKS_B
PARTY_ID NUMBER
Yes References PARTY_ID in HZ_PARTIES
CUST_ACCOUNT_ID NUMBER

References CUST_ACCOUNT_ID in HZ_CUST_ACOUNTS_ALL
VALUE VARCHAR2 (240)
The result of the profile check variable
CURRENCY_CODE VARCHAR2 (15)
The currency code of the value
CREATED_BY NUMBER
Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who Column
Query Text

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


SELECT BLOCK_RESULTS_ID
,      BLOCK_ID
,      PARTY_ID
,      CUST_ACCOUNT_ID
,      VALUE
,      CURRENCY_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.CSC_PROF_BLOCK_RESULTS_V;

Dependencies

[top of page]

APPS.CSC_PROF_BLOCK_RESULTS_V references the following:

SchemaAPPS
SynonymCSC_PROF_BLOCK_RESULTS

APPS.CSC_PROF_BLOCK_RESULTS_V is not referenced by any database object