[Home] [Help]
[Dependency Information]
Object Name: | IGS_FI_EXT_INT_ALL |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_FI_EXT_INT_ALL used as the source for the entry of all external charges from any third party.
An interface table for the import of pre-caluclated external charges of the student.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import External Charges
Category: BUSINESS_ENTITY IGS_PARTY_CHARGE
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_FI_EXT_INT_ALL_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXTERNAL_FEE_ID | NUMBER | (15) | Yes | Unique system generated external fee identifier |
PERSON_ID | NUMBER | (15) | Yes | Person Identifier and foreign key to HZ_PARTIES. This is a sequence generated value. |
STATUS | VARCHAR2 | (30) | Yes | This field identifies the status of the record. The statuses are of the same type as Invoice Statuses. For example, TODO, SUCESS, ERROR. |
FEE_TYPE | VARCHAR2 | (10) | Yes | This field describes the fee types used for the purpose of applying fees and charges. |
FEE_CAL_TYPE | VARCHAR2 | (10) | Yes | The code of a Fee calendar type which defines the period of time in which the fee type will operate. |
FEE_CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Uniquely identifies the calendar instance |
COURSE_CD | VARCHAR2 | (6) | Identifies the program code against which the external charge is entered. This column is obsoleted now. | |
CRS_VERSION_NUMBER | NUMBER | (6) | Identifies the Version Number of the program code against which the external charge is levied. This is an obsolete column now. | |
TRANSACTION_DT | DATE | The date of the transaction - OBSOLETE. | ||
TRANSACTION_TYPE | VARCHAR2 | (30) | Type of particular transaction. This is an obsolete column now. | |
TRANSACTION_AMOUNT | NUMBER | Yes | Amount for this transaction | |
CURRENCY_CD | VARCHAR2 | (15) | Yes | Field denotes the currency of the particular transaction |
EXCHANGE_RATE | NUMBER | Yes | Describes the rate of exchange for the currency | |
CHG_RATE | NUMBER | Describes a per element rate applying to a fee. This is an obsolete column now. | ||
CHG_ELEMENTS | NUMBER | (7) | Component of the fee calculation, in that a rate per element is multiplied by the number of elements representing the student's study load over the fee period for the fee liability concerned. This is an obsolete column now. | |
EFFECTIVE_DT | DATE | Date from which the external charges are effective. | ||
COMMENTS | VARCHAR2 | (2000) | Text facility for entering additional information or details | |
OVERRIDE_DR_REC_ACCOUNT_CD | VARCHAR2 | (40) | Receivables Account Code. Used if Oracle Accounts Receivables is not Installed. | |
OVERRIDE_DR_REC_CCID | NUMBER | (15) | Receivables Account Flex Field (Code Combination ID) . Used if Oracle Receivables is installed. | |
OVERRIDE_CR_REV_ACCOUNT_CD | VARCHAR2 | (40) | Revenue Account Code. Used if Oracle Accounts Receivables is not Installed. | |
OVERRIDE_CR_REV_CCID | NUMBER | (15) | Revenue Account Flex Field (Code Combination ID) . Used if Oracle Receivables is installed. | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield Structure Defining column | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE16 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE17 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE18 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE19 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
ATTRIBUTE20 | VARCHAR2 | (150) | Descriptive Flexfield Segment column | |
LOGICAL_DELETE_DT | DATE | Contains the date and time the record was logically deleted. | ||
ORG_ID | NUMBER | (15) | Operating unit identifier | |
REQUEST_ID | NUMBER | (15) | Request identifier of last concurrent program to update this record. | |
PROGRAM_ID | NUMBER | (15) | Program identifier of last concurrent program to update this record. | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Application identifier of last concurrent program to update this record. | |
PROGRAM_UPDATE_DATE | DATE | Last update date of this record by a concurrent program. | ||
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
GL_DATE | DATE | The General Ledger Date of the External Charge Interface record. | ||
ERROR_MSG | VARCHAR2 | (2000) | Specifies the error message text when the external interface charge record import has failed. |
Cut, paste (and edit) the following text to query this object:
SELECT EXTERNAL_FEE_ID
, PERSON_ID
, STATUS
, FEE_TYPE
, FEE_CAL_TYPE
, FEE_CI_SEQUENCE_NUMBER
, COURSE_CD
, CRS_VERSION_NUMBER
, TRANSACTION_DT
, TRANSACTION_TYPE
, TRANSACTION_AMOUNT
, CURRENCY_CD
, EXCHANGE_RATE
, CHG_RATE
, CHG_ELEMENTS
, EFFECTIVE_DT
, COMMENTS
, OVERRIDE_DR_REC_ACCOUNT_CD
, OVERRIDE_DR_REC_CCID
, OVERRIDE_CR_REV_ACCOUNT_CD
, OVERRIDE_CR_REV_CCID
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, ATTRIBUTE16
, ATTRIBUTE17
, ATTRIBUTE18
, ATTRIBUTE19
, ATTRIBUTE20
, LOGICAL_DELETE_DT
, ORG_ID
, REQUEST_ID
, PROGRAM_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_UPDATE_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, GL_DATE
, ERROR_MSG
FROM IGS.IGS_FI_EXT_INT_ALL;
IGS.IGS_FI_EXT_INT_ALL does not reference any database object
IGS.IGS_FI_EXT_INT_ALL is referenced by following:
|
|
|