Search Results invoice_creation_date
Overview
APPS.OE_RMA_INVOICE_NUMBER_V is a seeded Oracle E-Business Suite view owned by the APPS schema and registered under FND Design Data as ONT.OE_RMA_INVOICE_NUMBER_V. It exposes invoice information associated with Return Merchandise Authorization (RMA) transactions processed through Oracle Order Management and Oracle Receivables. The view consolidates invoice header attributes drawn from Receivables base objects into a single, denormalized projection, allowing callers to retrieve the invoice number, transaction date, invoice creation date, currency, payment status, and customer identifier for a given customer transaction.
The object is documented with an Internal view type and carries the standard Oracle warning that it is intended for use only by standard Oracle Applications programs. Oracle Corporation does not support direct customer access to application data through this object. Consequently, its principal role is as an internal reporting and integration artifact used by EBS application logic rather than as a sanctioned public interface. Because the view is declared VALID and is not referenced by any other database object, it functions as a terminal, read-only projection at the top of its dependency chain.
Underlying Base Objects
The view is defined over four documented base objects. The primary source is RA_CUSTOMER_TRX, accessed through a synonym, which supplies the invoice header record and the CUSTOMER_TRX_ID, TRX_NUMBER, and TRX_DATE columns. RA_PAYMENT_SCHEDULES, also accessed through a synonym, contributes payment-related information that populates the PAYMENT_STATUS column. RA_BATCH_SOURCES, likewise referenced via synonym, supplies the BATCH_SOURCE_NAME value associated with the transaction batch. AR_LOOKUPS, referenced as a view, is the standard Receivables lookup source and provides the decoded meaning for the payment status value.
All four dependencies reside in the APPS schema. The view does not reference or derive from Oracle Order Management base tables directly, despite its ONT design-data classification; the RMA linkage is expressed through relationship and association columns rather than through explicit ONT table joins in the documented metadata. No database object references OE_RMA_INVOICE_NUMBER_V, confirming its position as a leaf object in the dependency graph.
Key Columns
- CUSTOMER_TRX_ID (NUMBER(15)) — The unique identifier of the customer transaction in Receivables. This is the primary join key to RA_CUSTOMER_TRX and related invoice tables.
- TRX_NUMBER (VARCHAR2(20)) — The user-facing invoice or transaction number.
- TRX_DATE (DATE) — The transaction date recorded on the invoice header.
- BATCH_SOURCE_NAME (VARCHAR2(50)) — The name of the Receivables batch source through which the transaction was created.
- SOLD_TO_CUSTOMER_ID (NUMBER(15)) — The identifier of the sold-to customer associated with the invoice.
- INVOICE_CURRENCY_CODE (VARCHAR2(15)) — The currency in which the invoice was denominated.
- INVOICE_CREATION_DATE (DATE) — The date the invoice record was created. This column directly addresses searches for invoice_creation_date and is distinct from TRX_DATE, which reflects the accounting or transaction date.
- PAYMENT_STATUS (VARCHAR2(80)) — The decoded status of the payment schedule, sourced via AR_LOOKUPS and AR_PAYMENT_SCHEDULES.
Common Use Cases and Queries
The view is typically queried to reconcile RMA-related invoices, audit invoice creation timing against transaction dates, and report on outstanding or settled receivables. A representative query retrieving all invoices created after a given date follows:
SELECT CUSTOMER_TRX_ID, TRX_NUMBER, TRX_DATE, INVOICE_CREATION_DATE, INVOICE_CURRENCY_CODE, PAYMENT_STATUS FROM APPS.OE_RMA_INVOICE_NUMBER_V WHERE INVOICE_CREATION_DATE >= TO_DATE('01-JAN-2024','DD-MON-YYYY');
To isolate unpaid invoices for a specific customer, callers may filter on SOLD_TO_CUSTOMER_ID combined with a PAYMENT_STATUS predicate. Because Oracle does not support direct access to this internal object, organizations requiring supported extraction should build custom views or concurrent programs over the underlying RA_CUSTOMER_TRX and AR_PAYMENT_SCHEDULES tables instead of querying OE_RMA_INVOICE_NUMBER_V directly.
-
VIEW: APPS.OE_RMA_INVOICE_NUMBER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RMA_INVOICE_NUMBER_V, object_name:OE_RMA_INVOICE_NUMBER_V, status:VALID,
-
VIEW: APPS.OE_RMA_INVOICE_NUMBER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RMA_INVOICE_NUMBER_V, object_name:OE_RMA_INVOICE_NUMBER_V, status:VALID,
-
View: OE_RMA_INVOICE_NUMBER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RMA_INVOICE_NUMBER_V, object_name:OE_RMA_INVOICE_NUMBER_V, status:VALID, product: ONT - Order Management , description: This view is used for the ValueSet , implementation_dba_data: APPS.OE_RMA_INVOICE_NUMBER_V ,
-
View: OE_RMA_INVOICE_NUMBER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RMA_INVOICE_NUMBER_V, object_name:OE_RMA_INVOICE_NUMBER_V, status:VALID, product: ONT - Order Management , description: This view is used for the ValueSet , implementation_dba_data: APPS.OE_RMA_INVOICE_NUMBER_V ,
-
View: IGS_FI_INV_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INV_INT, object_name:IGS_FI_INV_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_INV_INT ,
-
VIEW: APPS.OE_RMA_INVOICE_NUMBER_V
12.2.2
-
VIEW: APPS.OE_RMA_INVOICE_NUMBER_V
12.1.1
-
APPS.IGS_FI_PRC_DISC_SUA SQL Statements
12.1.1
-
VIEW: APPS.IGS_FI_INV_INT
12.1.1
-
View: IGS_FI_INV_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_PRC_APPL SQL Statements
12.1.1
-
VIEW: APPS.IGS_FI_INV_IGF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INV_IGF_V, object_name:IGS_FI_INV_IGF_V, status:VALID,
-
VIEW: APPS.IGS_FI_INV_INT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INV_INT_V, object_name:IGS_FI_INV_INT_V, status:VALID,
-
View: IGSBV_PARTY_CHARGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_CHARGES, object_name:IGSBV_PARTY_CHARGES, status:VALID, product: IGS - Student System , description: Contains details of charges for a person , implementation_dba_data: APPS.IGSBV_PARTY_CHARGES ,
-
View: IGSBV_PARTY_CHARGES
12.2.2
product: IGS - Student System (Obsolete) , description: Contains details of charges for a person , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PARTY_CHARGES
12.2.2
product: IGS - Student System (Obsolete) , description: Contains details of charges for a person , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_OTC_CHARGES_V
12.2.2
product: IGS - Student System (Obsolete) , description: The view contains information on the charges(of type external) that are created at the time of receipt creation. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_PARTY_CHARGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_CHARGES, object_name:IGSBV_PARTY_CHARGES, status:VALID,
-
View: IGS_FI_INV_INT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INV_INT_V, object_name:IGS_FI_INV_INT_V, status:VALID, product: IGS - Student System , description: This view is created by joining view IGS_FI_INV_INT and IGS_LOOKUPS_VIEW to resolve meaning of lookup codes. , implementation_dba_data: APPS.IGS_FI_INV_INT_V ,
-
View: IGS_FI_INV_INT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is created by joining view IGS_FI_INV_INT and IGS_LOOKUPS_VIEW to resolve meaning of lookup codes. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_INV_IGF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INV_IGF_V, object_name:IGS_FI_INV_IGF_V, status:VALID, product: IGS - Student System , description: This view is used to fetch all the charges from the view igs_fi_inv_int. A link with igs_fi_fee_type is also made to fetch the fee class defined for the fee type.This view has been primarily created for Financial Aid Disbursement to access , implementation_dba_data: APPS.IGS_FI_INV_IGF_V ,
-
View: IGS_FI_INV_IGF_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to fetch all the charges from the view igs_fi_inv_int. A link with igs_fi_fee_type is also made to fetch the fee class defined for the fee type.This view has been primarily created for Financial Aid Disbursement to access , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_OTC_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_OTC_CHARGES_V, object_name:IGS_FI_OTC_CHARGES_V, status:VALID, product: IGS - Student System , description: The view contains information on the charges(of type external) that are created at the time of receipt creation. , implementation_dba_data: APPS.IGS_FI_OTC_CHARGES_V ,
-
View: IGSFV_PARTY_CHARGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_CHARGES, object_name:IGSFV_PARTY_CHARGES, status:VALID, product: IGS - Student System , description: Contains details of charges for a person , implementation_dba_data: APPS.IGSFV_PARTY_CHARGES ,
-
VIEW: APPS.IGS_FI_INV_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INV_INT, object_name:IGS_FI_INV_INT, status:VALID,
-
VIEW: APPS.IGS_FI_OTC_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_OTC_CHARGES_V, object_name:IGS_FI_OTC_CHARGES_V, status:VALID,
-
VIEW: APPS.IGSFV_PARTY_CHARGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_CHARGES, object_name:IGSFV_PARTY_CHARGES, status:VALID,
-
APPS.IGS_FI_PRC_HOLDS SQL Statements
12.1.1
-
TABLE: IGS.IGS_FI_INV_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_INV_INT_ALL, object_name:IGS_FI_INV_INT_ALL, status:VALID,
-
APPS.IGS_FI_BILL_EXTRACT SQL Statements
12.1.1
-
APPS.IGS_FI_INV_INT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_DISC_SUA
12.1.1
-
APPS.IGS_FI_1098T_EXTRACT_DATA SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_INV_INT_PKG
12.1.1
-
PACKAGE BODY: APPS.POA_EDW_SPEND_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_APPL
12.1.1
-
APPS.IGS_FI_PRC_BALANCES SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_BILL_EXTRACT
12.1.1
-
APPS.IGS_FI_BILL_EXTRACT dependencies on IGS_LOOKUP_VALUES
12.1.1
-
APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_INVLN_INT
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_INV_WAV_DET
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_HOLDS
12.1.1
-
APPS.IGS_FI_PRC_BALANCES dependencies on IGS_FI_INV_INT
12.1.1
-
APPS.IGS_FI_PRC_DISC_SUA dependencies on IGS_PE_PRSID_GRP_MEM_ALL
12.1.1
-
APPS.IGS_FI_PRC_DISC_SUA dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_PRC_DISC_SUA dependencies on IGS_FI_BALANCE_RULES
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_INV_INT
12.1.1
-
APPS.IGS_FI_BILL_EXTRACT dependencies on IGS_FI_FEE_TYPE
12.1.1
-
APPS.IGS_FI_PRC_BALANCES dependencies on IGS_FI_CREDITS_ALL
12.1.1