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


TABLE: IGF.IGF_SE_PAYMENT

Object Details
Object Name: IGF_SE_PAYMENT
Object Type: TABLE
Owner: IGF
FND Design Data: TableIGF.IGF_SE_PAYMENT
Subobject Name:
Status: VALID


Stores the payroll details that will be uploaded through a payment upload process. Data will be uploaded from the interface table to this table. User can also manually enter or update external payroll details.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGF_SE_PAYMENT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_ID
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID NUMBER (15) Yes Unique Identifier for the records in the table
PAYROLL_ID NUMBER (15)
Unique identifier for each payroll record. This is null for the records which are manually entered in the system through the Form Screen.
PAYROLL_DATE DATE
Yes Run date for the payroll record or if the record is entered manually, this will be the paid date.
AUTH_ID NUMBER (15) Yes Authorization Identifier for which the payment was made.
PERSON_ID NUMBER (15) Yes Unique Person Identifier
FUND_ID NUMBER (15) Yes Unique Fund Identifier for the fund from which the payment was made.
LD_CAL_TYPE VARCHAR2 (10)
No longer used.
LD_SEQUENCE_NUMBER NUMBER (6)
No longer used.
PAID_AMOUNT NUMBER
Yes Amount paid from the fund to the student in lieu of his work study
HRS_WORKED NUMBER (6)
No longer used.
ORG_UNIT_CD VARCHAR2 (360)
Name of the Organization that paid the Amount.
SOURCE VARCHAR2 (30) Yes Valid values are the enabled lookup codes for the lookup type IGF_SE_SOURCE
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 WHO Column for Concurrent Job
PROGRAM_APPLICATION_ID NUMBER (15)
Standard WHO Column for Concurrent Job
PROGRAM_ID NUMBER (15)
Standard WHO Column for Concurrent Job
PROGRAM_UPDATE_DATE DATE

Standard WHO Column for Concurrent Job
Query Text

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


SELECT TRANSACTION_ID
,      PAYROLL_ID
,      PAYROLL_DATE
,      AUTH_ID
,      PERSON_ID
,      FUND_ID
,      LD_CAL_TYPE
,      LD_SEQUENCE_NUMBER
,      PAID_AMOUNT
,      HRS_WORKED
,      ORG_UNIT_CD
,      SOURCE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM IGF.IGF_SE_PAYMENT;

Dependencies

[top of page]

IGF.IGF_SE_PAYMENT does not reference any database object

IGF.IGF_SE_PAYMENT is referenced by following:

SchemaAPPS
SynonymIGF_SE_PAYMENT