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


VIEW: APPS.IGS_FI_IMP_CHGS_V

Object Details
Object Name: IGS_FI_IMP_CHGS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_FI_IMP_CHGS_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
IMPORT_CHARGES_ID NUMBER (15) Yes The unique ID which denotes the Charges Imported.
PERSON_NUMBER VARCHAR2 (30) Yes Person Identifier
PERSON_ID NUMBER (15) Yes A unique identification number, used to identify a particular person.
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 inwhich the fee type will operate
FEE_CI_SEQUENCE_NUMBER NUMBER (6) Yes This field uniquely identifies the calendar instance.
TRANSACTION_TYPE VARCHAR2 (30) Yes Indicates the type of transaction . Here Ancillary
MEANING VARCHAR2 (80) Yes Meaning of Transaction Type
ORG_ID NUMBER (15)
Operating Unit Identifier
REQUEST_ID NUMBER (15)
Concurrent Manager WHO Columns
PROGRAM_ID NUMBER (15)
Concurrent Manager WHO Columns
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Manager WHO Columns
PROGRAM_UPDATE_DATE DATE

Concurrent Manager WHO Columns
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
Query Text

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


SELECT ROW_ID
,      IMPORT_CHARGES_ID
,      PERSON_NUMBER
,      PERSON_ID
,      FEE_TYPE
,      FEE_CAL_TYPE
,      FEE_CI_SEQUENCE_NUMBER
,      TRANSACTION_TYPE
,      MEANING
,      ORG_ID
,      REQUEST_ID
,      PROGRAM_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_FI_IMP_CHGS_V;

Dependencies

[top of page]

APPS.IGS_FI_IMP_CHGS_V references the following:

SchemaAPPS
SynonymHZ_PARTIES
ViewIGS_FI_IMP_CHGS
ViewIGS_LOOKUP_VALUES

APPS.IGS_FI_IMP_CHGS_V is not referenced by any database object