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


TABLE: CSF.CSF_EXT_LOCATIONS

Object Details
Object Name: CSF_EXT_LOCATIONS
Object Type: TABLE
Owner: CSF
FND Design Data: TableCSF.CSF_EXT_LOCATIONS
Subobject Name:
Status: VALID


DEFINITION
The Location table includes all invalid address information for: Customers and Resources.
EXAMPLE
MISCELLANEOUS
This Location table will have the invalida address information. If the address is corrected, the validated_flag will be set to 'Y'. The addresses which are having the validated_flag as 'N' are invalid address.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
CSF_EXT_LOCATION_ID NUMBER (15) Yes A unique identifier for the Locations.
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).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row.
TASK_ID NUMBER (15) Yes Task_id for the task from the jtf_tasks_b table
LOCATION_ID NUMBER (15) Yes Location_id for the task from the hz_locations table
VALIDATED_FLAG VARCHAR2 (1) Yes Indicates if the location was validated. Y for validated, N for unvalidated
OVERRIDE_FLAG VARCHAR2 (1) Yes Indicates if the location was overriden. Y for overridden, N if not overridden
LOG_DETAIL_SHORT VARCHAR2 (500) Yes Short detail of the address error
LOG_DETAIL_LONG VARCHAR2 (2000) Yes Detailed expression of the error.
Query Text

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


SELECT CSF_EXT_LOCATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      TASK_ID
,      LOCATION_ID
,      VALIDATED_FLAG
,      OVERRIDE_FLAG
,      LOG_DETAIL_SHORT
,      LOG_DETAIL_LONG
FROM CSF.CSF_EXT_LOCATIONS;

Dependencies

[top of page]

CSF.CSF_EXT_LOCATIONS does not reference any database object

CSF.CSF_EXT_LOCATIONS is referenced by following:

SchemaAPPS
SynonymCSF_EXT_LOCATIONS