Search Results payroll_date
Overview
IGF_SE_PAYMENT_V is an Oracle E-Business Suite supplementary view owned by the APPS schema and registered under FND Design Data as IGF.IGF_SE_PAYMENT_V. It resides in the IGF product family, which supports Oracle's Student Systems / financial aid and disbursement processing. According to its documented View Type, this object is classified as a supplementary view used to simplify forms coding, and Oracle explicitly warns that it should not be queried or altered directly because its definition may change dramatically in subsequent minor or major releases.
Functionally, the view exposes payment-level records tied to payroll disbursement transactions. It presents a denormalized projection of payment rows, including payroll identifiers, dates, person references, fund and authorization references, paid amounts, and audit/WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and so on). The view carries a status of VALID in the documented environment, confirming that its underlying dependencies resolve correctly at that release level.
Underlying Base Objects
The documented dependency list identifies the following base references for the view:
- APPS.IGF_AW_GEN — the general awards/source generation table referenced by the view definition.
- APPS.IGF_SE_PAYMENT — the core payment detail (student/disbursement payment) table.
APPS.IGF_SE_PAYMENT_V is not referenced by any other database object, meaning it is a leaf-level reporting/forms convenience object rather than a dependency for other views or packages. The ETRM metadata records no additional documented base objects for this release beyond those above.
Key Columns
The view exposes the following columns, based on documented datatypes and comments:
- ROW_ID (ROWID) — row identifier for the view output.
- TRANSACTION_ID, PAYROLL_ID (NUMBER) — transaction and payroll identifiers linking the payment row to its parent processing entities.
- PAYROLL_DATE (DATE) — the date associated with the payroll/payment record.
- PERSON_ID (NUMBER) — the person/student associated with the payment.
- FUND_ID, AUTH_ID (NUMBER) — fund and authorization identifiers used in aid/disbursement accounting.
- LD_CAL_TYPE, LD_SEQUENCE_NUMBER, LD_ALTERNATE_CODE, LD_START_DATE, LD_END_DATE (VARCHAR2) — all documented as "No longer used." Legacy calendar references retained for backward compatibility.
- PAID_AMOUNT (NUMBER) — the amount paid on the record.
- HRS_WORKED (VARCHAR2) — documented as "No longer used." This is the column most relevant to the user search "hrs_worked." Note that it is a legacy VARCHAR2 field and is explicitly deprecated; it should not be relied upon for current reporting of work hours.
- ORG_UNIT_CD (VARCHAR2(360)), SOURCE (VARCHAR2(30)), SOURCE_DESCRIPTION (VARCHAR2(4000)) — organizational and source-descriptive attributes.
- WHO/audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Because Oracle documents this as a forms-coding aid with a stability warning, production reporting should generally reference the underlying tables (IGF_SE_PAYMENT, IGF_AW_GEN) rather than the view. Where the view is used, functions typically retrieve payment amounts, payroll and person associations, fund/authorization references, and organizational context.
A representative query retrieving selected payment columns follows:
- SELECT TRANSACTION_ID, PAYROLL_ID, PAYROLL_DATE, PERSON_ID, FUND_ID, AUTH_ID, PAID_AMOUNT, ORG_UNIT_CD FROM APPS.IGF_SE_PAYMENT_V;
- To constrain by payroll and person: ... WHERE PAYROLL_ID = :payroll_id AND PERSON_ID = :person_id;
Users searching on "hrs_worked" should note that HRS_WORKED exists in this view but is explicitly documented as no longer used and typed as VARCHAR2. It therefore cannot be depended upon for numeric hours reporting in 12.1.1 or 12.2.2; alternative source columns or underlying tables must be consulted for current hours-worked data.
-
VIEW: APPS.IGF_SE_PAYMENT_V
12.1.1
-
View: PAY_US_LOCAL_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_ACTION_INFO_V, object_name:PAY_US_LOCAL_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCAL_ACTION_INFO_V ,
-
View: PAY_US_LOCAL_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_ACTION_INFO_V, object_name:PAY_US_LOCAL_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCAL_ACTION_INFO_V ,
-
View: IGF_SE_PAYMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_PAYMENT_V, object_name:IGF_SE_PAYMENT_V, status:VALID, product: IGF - Financial Aid , description: The entity holds the payroll details that will be uploaded through a payment upload process. Data source for this will be the interface table .. User can also manually enter or update external payroll details. , implementation_dba_data: APPS.IGF_SE_PAYMENT_V ,
-
View: IGF_SE_PAYMENT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: The entity holds the payroll details that will be uploaded through a payment upload process. Data source for this will be the interface table .. User can also manually enter or update external payroll details. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PAY_US_LOCAL_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_ACTION_INFO_V, object_name:PAY_US_LOCAL_ACTION_INFO_V, status:VALID,
-
VIEW: APPS.PAY_US_LOCAL_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_ACTION_INFO_V, object_name:PAY_US_LOCAL_ACTION_INFO_V, status:VALID,
-
VIEW: APPS.IGF_SE_PAYMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_PAYMENT_V, object_name:IGF_SE_PAYMENT_V, status:VALID,
-
VIEW: APPS.PAY_US_LOCAL_ACTION_INFO_V
12.1.1
-
View: IGFBV_STUDENT_PAYROLL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_PAYROLL_DETAILS, object_name:IGFBV_STUDENT_PAYROLL_DETAILS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Student Payroll Details , implementation_dba_data: APPS.IGFBV_STUDENT_PAYROLL_DETAILS ,
-
View: IGFBV_STUDENT_PAYROLL_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Student Payroll Details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFBV_STUDENT_PAYROLL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_PAYROLL_DETAILS, object_name:IGFBV_STUDENT_PAYROLL_DETAILS, status:VALID,
-
VIEW: APPS.IGFFV_STUDENT_PAYROLL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_PAYROLL_DETAILS, object_name:IGFFV_STUDENT_PAYROLL_DETAILS, status:VALID,
-
TABLE: IGF.IGF_SE_PAYMENT
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SE_PAYMENT, object_name:IGF_SE_PAYMENT, status:VALID,
-
View: IGFFV_STUDENT_PAYROLL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_PAYROLL_DETAILS, object_name:IGFFV_STUDENT_PAYROLL_DETAILS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Student Payroll Details , implementation_dba_data: APPS.IGFFV_STUDENT_PAYROLL_DETAILS ,
-
View: IGFFV_STUDENT_PAYROLL_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Student Payroll Details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PAY_US_LOCAL_ACTION_INFO_V
12.2.2
-
TABLE: IGF.IGF_SE_PAYMENT_INT
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SE_PAYMENT_INT, object_name:IGF_SE_PAYMENT_INT, status:VALID,
-
PACKAGE: APPS.IGF_SE_PAYMENT_PUB
12.1.1
-
APPS.IGF_SE_PAYMENT_INT_PKG SQL Statements
12.1.1
-
APPS.IGF_SE_PAYMENT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SE_PAYMENT_INT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SE_PAYMENT_PKG
12.1.1
-
PACKAGE BODY: APPS.PSP_ENC_SUM_TRAN
12.1.1
-
PACKAGE BODY: APPS.PSP_ENC_SUM_TRAN
12.2.2
-
APPS.PSP_LABOR_DIST dependencies on FND_MESSAGE
12.1.1
-
APPS.PAY_IN_REPORTS_PKG SQL Statements
12.2.2
-
APPS.PSP_ENC_SUM_TRAN dependencies on FND_MESSAGE
12.1.1
-
APPS.PSP_ENC_LIQ_TRAN dependencies on FND_MESSAGE
12.1.1
-
APPS.PSP_LABOR_DIST dependencies on FND_MESSAGE
12.2.2
-
APPS.PSP_ENC_SUM_TRAN dependencies on FND_MESSAGE
12.2.2
-
APPS.PQP_USTIAA_PKG dependencies on FND_DATE
12.1.1
-
APPS.PSP_SUM_TRANS dependencies on FND_MESSAGE
12.2.2
-
APPS.PSP_ENC_LIQ_TRAN dependencies on FND_MESSAGE
12.2.2
-
APPS.PSP_SUM_TRANS dependencies on FND_MESSAGE
12.1.1
-
APPS.PSP_PAYTRN dependencies on FND_GLOBAL
12.1.1
-
APPS.PSP_PAYTRN dependencies on FND_GLOBAL
12.2.2
-
APPS.PSP_PREGEN dependencies on FND_MESSAGE
12.2.2
-
APPS.PSP_PAYTRN dependencies on PSP_MESSAGE_S
12.1.1
-
APPS.PSP_ENC_SUM_TRAN dependencies on FND_MSG_PUB
12.1.1
-
APPS.PSP_PREGEN dependencies on FND_MESSAGE
12.1.1
-
APPS.PSP_ENC_SUM_TRAN dependencies on FND_MSG_PUB
12.2.2
-
PACKAGE BODY: APPS.PSP_SUM_TRANS
12.1.1
-
APPS.PSP_PAYTRN dependencies on PSP_MESSAGE_S
12.2.2
-
APPS.PQP_USTIAA_PKG dependencies on FND_DATE
12.2.2
-
APPS.PSP_ENC_LIQ_TRAN dependencies on FND_MSG_PUB
12.2.2
-
PACKAGE BODY: APPS.PSP_SUM_TRANS
12.2.2
-
APPS.PSP_SUM_TRANS dependencies on FND_MSG_PUB
12.1.1
-
APPS.PSP_SUM_TRANS dependencies on FND_MSG_PUB
12.2.2
-
APPS.IGF_SE_PAYMENT_INT_PKG dependencies on IGF_SE_PAYMENT_INT
12.1.1