Search Results igs_as_order_hdr
Overview
The IGS_AS_ORDER_HDR table is a core data object within the Oracle E-Business Suite Student System (IGS) module. It functions as the primary header table for managing orders, which are typically associated with the procurement of academic documents, such as official transcripts, diplomas, or certificates. This table stores the master record for an order, capturing high-level transactional information that is then detailed in related line-level tables. Its existence is critical for the order-to-fulfillment workflow, linking the student or requester's intent to the financial and logistical processes managed by the integrated EBS applications.
Key Information Stored
While the provided metadata does not list all columns, the documented primary and foreign keys reveal the essential data points. The central column is ORDER_NUMBER, which serves as the unique identifier for each order record. The table links to external entities through key foreign key columns: ORDER_PLACED_BY references a party in HZ_PARTIES, identifying the individual or organization who placed the request. The INVOICE_ID column links the order to a financial transaction in the IGS_FI_INV_INT_ALL table, integrating the academic order with the invoicing and accounts receivable processes. Other typical data points in such a header table would include order date, status, total amount, delivery method, and requester contact information.
Common Use Cases and Queries
This table is central to reporting and process management for academic service orders. Common operational use cases include tracking the status of transcript requests, generating fulfillment reports, and reconciling orders with issued invoices. For technical and functional analysis, frequent queries involve joining the header to its detail lines and related entities. A foundational reporting query would retrieve order headers along with the associated party information: SELECT hdr.order_number, hdr.order_date, party.party_name FROM igs_as_order_hdr hdr, hz_parties party WHERE hdr.order_placed_by = party.party_id;. Another critical pattern is joining to invoice data to analyze the financial lifecycle of orders: SELECT hdr.order_number, inv.invoice_number FROM igs_as_order_hdr hdr, igs_fi_inv_int_all inv WHERE hdr.invoice_id = inv.invoice_id;.
Related Objects
The IGS_AS_ORDER_HDR table maintains defined relationships with several other EBS objects, forming a key part of the data model. The documented relationships are:
- Primary Key: IGS_AS_ORDER_HDR_PK on ORDER_NUMBER.
- Foreign Key (Parent): References HZ_PARTIES via the ORDER_PLACED_BY column, linking the order to a Trading Community Architecture (TCA) party record.
- Foreign Key (Parent): References IGS_FI_INV_INT_ALL via the INVOICE_ID column, linking the order to an invoice interface record.
- Foreign Key (Child): Referenced by IGS_AS_DOC_DETAILS via its ORDER_NUMBER column. This is the primary relationship where the header record is associated with one or more line items detailing the specific documents or services ordered.
-
Table: IGS_AS_ORDER_HDR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ORDER_HDR, object_name:IGS_AS_ORDER_HDR, status:VALID, product: IGS - Student System , description: Order Header Table , implementation_dba_data: IGS.IGS_AS_ORDER_HDR ,
-
Table: IGS_AS_ORDER_HDR
12.2.2
product: IGS - Student System (Obsolete) , description: Order Header Table , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_DOCUMENTS_API dependencies on IGS_AS_ORDER_HDR
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_AS_ORDER_HDR
12.1.1
-
APPS.IGS_AS_PROD_DOC dependencies on IGS_AS_ORDER_HDR
12.1.1
-
APPS.IGS_AS_DOC_DETAILS_PKG dependencies on IGS_AS_ORDER_HDR
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_AS_ORDER_HDR
12.1.1
-
APPS.IGS_AS_ORDER_HDR_PKG dependencies on IGS_AS_ORDER_HDR
12.1.1
-
APPS.IGS_AS_ORDER_HDR_PKG dependencies on IGS_AS_ORDER_HDR_PKG
12.1.1
-
VIEW: APPS.IGSBV_AS_DOCUMENT_ORDERS
12.1.1
-
SYNONYM: APPS.IGS_AS_ORDER_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_ORDER_HDR, status:VALID,
-
APPS.IGS_AS_ORDER_HDR_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_AS_DOCUMENT_ORDERS
12.1.1
-
VIEW: APPS.IGS_AS_ORDER_HDR_V
12.1.1
-
Table: IGS_AS_DOC_DETAILS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_DOC_DETAILS, object_name:IGS_AS_DOC_DETAILS, status:VALID, product: IGS - Student System , description: This table will store the information about the documents associated with the order , implementation_dba_data: IGS.IGS_AS_DOC_DETAILS ,
-
Table: IGS_AS_DOC_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: This table will store the information about the documents associated with the order , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_ORDER_PAYMENT_INFO_V
12.1.1
-
TABLE: IGS.IGS_AS_ORDER_HDR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ORDER_HDR, object_name:IGS_AS_ORDER_HDR, status:VALID,
-
View: IGSBV_AS_DOCUMENT_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_DOCUMENT_ORDERS, object_name:IGSBV_AS_DOCUMENT_ORDERS, status:VALID, product: IGS - Student System , description: Shows the Orders placed for Transcripts and Enrollment Certificates. , implementation_dba_data: APPS.IGSBV_AS_DOCUMENT_ORDERS ,
-
PACKAGE BODY: APPS.IGS_AS_ORDER_HDR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_ORDER_HDR_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_DOCUMENTS_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_DOCUMENTS_API, status:VALID,
-
View: IGSBV_AS_DOCUMENT_ORDERS
12.2.2
product: IGS - Student System (Obsolete) , description: Shows the Orders placed for Transcripts and Enrollment Certificates. , implementation_dba_data: Not implemented in this database ,
-
Table: 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, product: IGS - Student System , description: This interface table stores invoice data generated by invoice process. , implementation_dba_data: IGS.IGS_FI_INV_INT_ALL ,
-
PACKAGE: APPS.IGS_AS_SS_DOC_REQUEST
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AS_SS_DOC_REQUEST, status:VALID,
-
APPS.IGS_AS_PROD_DOC dependencies on IGS_AS_DOC_DETAILS
12.1.1
-
Table: IGS_FI_INV_INT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This interface table stores invoice data generated by invoice process. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_DOC_DETAILS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_DOC_DETAILS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_PROD_DOC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_PROD_DOC, status:VALID,
-
VIEW: APPS.IGSFV_AS_DOCUMENT_DETAILS
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SS_DOC_REQUEST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_SS_DOC_REQUEST, status:VALID,
-
View: IGSFV_AS_DOCUMENT_ORDERS
12.2.2
product: IGS - Student System (Obsolete) , description: Shows the Orders placed for Transcripts and Enrollment Certificates. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_DOCUMENT_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_DOCUMENT_ORDERS, object_name:IGSFV_AS_DOCUMENT_ORDERS, status:VALID, product: IGS - Student System , description: Shows the Orders placed for Transcripts and Enrollment Certificates. , implementation_dba_data: APPS.IGSFV_AS_DOCUMENT_ORDERS ,
-
View: IGS_AS_ORDER_HDR_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view stores the document order information. This will store the information like student address, order status, payment type information related to the document request. One order can have multiple documents associated with the order. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_ORDER_HDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ORDER_HDR_V, object_name:IGS_AS_ORDER_HDR_V, status:VALID, product: IGS - Student System , description: This view stores the document order information. This will store the information like student address, order status, payment type information related to the document request. One order can have multiple documents associated with the order. , implementation_dba_data: APPS.IGS_AS_ORDER_HDR_V ,
-
View: IGS_AS_ORDER_PAYMENT_INFO_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to get the payment related information corresponding to the order for document placed by the user. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_ORDER_PAYMENT_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ORDER_PAYMENT_INFO_V, object_name:IGS_AS_ORDER_PAYMENT_INFO_V, status:VALID, product: IGS - Student System , description: This view is used to get the payment related information corresponding to the order for document placed by the user. , implementation_dba_data: APPS.IGS_AS_ORDER_PAYMENT_INFO_V ,
-
PACKAGE BODY: APPS.IGS_AS_ORDER_HDR_PKG
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_AS_ORDER_HDR_PKG
12.1.1
-
APPS.IGS_AS_PROD_DOC SQL Statements
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_AS_DOCUMENT_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_DOCUMENT_ORDERS, object_name:IGSBV_AS_DOCUMENT_ORDERS, status:VALID,
-
APPS.IGS_AS_DOCUMENTS_API dependencies on IGS_AS_DOC_DETAILS
12.1.1
-
View: IGSFV_AS_DOCUMENT_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_DOCUMENT_DETAILS, object_name:IGSFV_AS_DOCUMENT_DETAILS, status:VALID, product: IGS - Student System , description: Shows the information about the documents associated with the order , implementation_dba_data: APPS.IGSFV_AS_DOCUMENT_DETAILS ,
-
VIEW: APPS.IGSFV_AS_DOCUMENT_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_DOCUMENT_ORDERS, object_name:IGSFV_AS_DOCUMENT_ORDERS, status:VALID,
-
View: IGSFV_AS_DOCUMENT_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Shows the information about the documents associated with the order , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_AS_DOC_DETAILS
12.1.1
-
VIEW: APPS.IGS_AS_ORDER_PAYMENT_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ORDER_PAYMENT_INFO_V, object_name:IGS_AS_ORDER_PAYMENT_INFO_V, status:VALID,
-
VIEW: APPS.IGS_AS_ORDER_HDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ORDER_HDR_V, object_name:IGS_AS_ORDER_HDR_V, status:VALID,
-
APPS.IGS_AS_DOCUMENTS_API SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_PROD_DOC
12.1.1