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


VIEW: APPS.IEX_CASES_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
CAS_ID NUMBER
Yes Case Identifier
CASE_NUMBER VARCHAR2 (240) Yes The sequence number allocated for a Case in Collections module
ORIG_CAS_ID NUMBER

Original Case Identifier. This will be populated when a case is copied from a previous case.
STATUS_CODE VARCHAR2 (240) Yes Indicates the status of a case whether it is delinquent, pre-delinquent,current
CASE_STATE VARCHAR2 (240) Yes Indicates the State of a case whether it is open or closed.
ACTIVE_FLAG VARCHAR2 (240) Yes Indicates the State of a case whether it is active or on active. This is usedsince the record is not removed from the database.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Standard HTML front end column
CASE_ESTABLISHED_DATE DATE
Yes The date when the Case was created in the system
CASE_CLOSING_DATE DATE

The date when the Case was created in the system
OWNER_RESOURCE_ID NUMBER

Ownerof the case ,Case collection agent
OWNER_NAME VARCHAR2 (360)
ACCESS_RESOURCE_ID NUMBER

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).
ORG_ID NUMBER (15) Yes Organization identifier
OPERATING_UNIT VARCHAR2 (4000)
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
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).
CLOSE_REASON VARCHAR2 (240)
PARTY_ID NUMBER
Yes
CUST_ACCOUNT_ID VARCHAR2 (240)
CUST_SITE_USE_ID VARCHAR2 (240)
PAST_DUE VARCHAR2 (0)
Query Text

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


SELECT CAS_ID
,      CASE_NUMBER
,      ORIG_CAS_ID
,      STATUS_CODE
,      CASE_STATE
,      ACTIVE_FLAG
,      OBJECT_VERSION_NUMBER
,      CASE_ESTABLISHED_DATE
,      CASE_CLOSING_DATE
,      OWNER_RESOURCE_ID
,      OWNER_NAME
,      ACCESS_RESOURCE_ID
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      ORG_ID
,      OPERATING_UNIT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CLOSE_REASON
,      PARTY_ID
,      CUST_ACCOUNT_ID
,      CUST_SITE_USE_ID
,      PAST_DUE
FROM APPS.IEX_CASES_V;

Dependencies

[top of page]

APPS.IEX_CASES_V references the following:

SchemaAPPS
SynonymIEX_CASES
SynonymIEX_CASE_DEFINITIONS
SynonymJTF_RS_RESOURCE_EXTNS
PL/SQL PackageMO_GLOBAL - show dependent code
APPS.IEX_CASES_V is referenced by following:

SchemaAPPS
ViewIEX_PROFILE_CASE_DEL_V