[Home] [Help]
[Dependency Information]
| Object Name: | IGS_FI_FTCI_ACCTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_FI_FTCI_ACCTS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | The Row Identifier. | |
| ACCT_ID | NUMBER | (15) | Yes | Sequence Generated Identifier. |
| FEE_TYPE | VARCHAR2 | (10) | Yes | The Fee Type for which the accounting information is setup. |
| FEE_CAL_TYPE | VARCHAR2 | (10) | Yes | The Fee Calendar Type for which the accounting information is setup. |
| FEE_CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | The Fee Type Calendar Instance for which the accounting information is setup. |
| ORDER_SEQUENCE | NUMBER | (15) | Yes | Sequence Order for determining the Revenue Accounting information. |
| NATURAL_ACCOUNT_SEGMENT | VARCHAR2 | (25) | Natural Accounting Segment for the combination of attributes specified when Oracle General Ledger is installed. | |
| REV_ACCOUNT_CD | VARCHAR2 | (40) | Revenue Account Code for the combination of attributes when an external accounting system is installed. | |
| LOCATION_CD | VARCHAR2 | (10) | The institution-defined code of a physical location owned or used by the institution. | |
| ATTENDANCE_TYPE | VARCHAR2 | (2) | Code of an institution-defined attendance type. | |
| ATTENDANCE_MODE | VARCHAR2 | (2) | Code of an institution-defined attendance mode. | |
| PROGRAM_CD | VARCHAR2 | (6) | Code of the program offered by an institution. | |
| PRG_VERSION_NUMBER | NUMBER | (3) | Version number associated to a program. | |
| UNIT_CD | VARCHAR2 | (10) | Code of the unit offered by an institution. | |
| UNIT_VERSION_NUMBER | NUMBER | (3) | Version number associated to an unit. | |
| ORG_UNIT_CD | VARCHAR2 | (30) | Organization Unit. | |
| RESIDENCY_STATUS_CD | VARCHAR2 | (30) | Student Residency Status Code. | |
| RESIDENCY_STATUS_MEANING | VARCHAR2 | (80) | Student Residency Status Lookup Meaning. | |
| UOO_ID | NUMBER | (7) | Unit Section Offering option identifier. | |
| UNIT_SECTION_DESC | VARCHAR2 | (4000) | Unit Section Offering Description. | |
| UNIT_LEVEL | VARCHAR2 | (10) | Unit Level | |
| UNIT_TYPE_ID | NUMBER | Unit Program Type Level Identifier | ||
| LEVEL_CODE | VARCHAR2 | (10) | Unit Program Type Level Code | |
| UNIT_CLASS | VARCHAR2 | (10) | Institution-defined code that identifies a unit class. | |
| UNIT_MODE | VARCHAR2 | (10) | Institution-defined mode of offering a unit. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column. |
| CREATION_DATE | DATE | Yes | Standard Who Column. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column. |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column. | |
| REQUEST_ID | NUMBER | (15) | Standard Concurrent Program Who Column. | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Standard Concurrent Program Who Column. | |
| PROGRAM_ID | NUMBER | (15) | Standard Concurrent Program Who Column. | |
| PROGRAM_UPDATE_DATE | DATE | Standard Concurrent Program Who Column. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ACCT_ID
, FEE_TYPE
, FEE_CAL_TYPE
, FEE_CI_SEQUENCE_NUMBER
, ORDER_SEQUENCE
, NATURAL_ACCOUNT_SEGMENT
, REV_ACCOUNT_CD
, LOCATION_CD
, ATTENDANCE_TYPE
, ATTENDANCE_MODE
, PROGRAM_CD
, PRG_VERSION_NUMBER
, UNIT_CD
, UNIT_VERSION_NUMBER
, ORG_UNIT_CD
, RESIDENCY_STATUS_CD
, RESIDENCY_STATUS_MEANING
, UOO_ID
, UNIT_SECTION_DESC
, UNIT_LEVEL
, UNIT_TYPE_ID
, LEVEL_CODE
, UNIT_CLASS
, UNIT_MODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM APPS.IGS_FI_FTCI_ACCTS_V;
APPS
IGS_FI_FTCI_ACCTS
IGS_FI_GEN_APINT
- show dependent code
IGS_LOOKUP_VALUES
IGS_PS_UNIT_TYPE_LVL
APPS.IGS_FI_FTCI_ACCTS_V is not referenced by any database object
|
|
|
|