Search Results igw_org_details
Overview
IGW_ORG_DETAILS is a table within the IGW (Grants Proposal) product module of Oracle E-Business Suite, owned by the IGW schema. It stores organization-level detail records that support the Oracle Grants Proposal application, furnishing the institutional, financial, and regulatory attributes associated with organizations that participate in the grants and proposals lifecycle. The table is documented as VALID in both the 12.1.1 and 12.2.2 environments, and its physical schema is reported as containing 42 columns.
The primary key is defined by the constraint IGW_ORG_DETAILS_PK on the ORGANIZATION_ID column. The table carries a foreign key from IGW_ORG_DETAILS.ORGANIZATION_ID to HR_ALL_ORGANIZATION_UNITS, anchoring each row to a valid organization unit defined in the Human Resources foundation. A unique index, IGW_ORG_DETAILS_U1, also covers ORGANIZATION_ID, making it the sole documented business-key candidate.
Under the heuristic Data Vault classification mined from the foreign key structure, this table is characterized as satellite-leaning. As a modeling suggestion, this classification implies that IGW_ORG_DETAILS is best treated as a descriptive satellite attached to the ORGANIZATION_ID hub, rather than as an independent hub or a link table. The ORGANIZATION_ID column serves simultaneously as the primary key and the foreign key to HR_ALL_ORGANIZATION_UNITS, which is consistent with a one-row-per-organization extension of the organization hub.
Key Information Stored
Although the documented schema lists 42 columns, the most significant columns cluster into institutional identification, regulatory numbers, agreement and rate data, and audit attributes.
- ORGANIZATION_ID — The surrogate primary key and business-key candidate, uniquely identifying each organization record and linking to HR_ALL_ORGANIZATION_UNITS.
- ADMIN_OFFICIAL_ID and SIGNING_OFFICIAL_ID — Identifiers for the administrative official and signing official responsible for the organization's grants activity.
- AGREEMENT_DATE, NEGOTIATING_AGREEMENT_WITH, RATE_ESTABLISHED_WITH, and RATE_ESTABLISHED_DATE — Data describing negotiated agreement terms and established institutional rates.
- EIN, TIN, DUNS_NUMBER, and DUNS4_NUMBER — Employer identification, tax identification, and DUNS numbers used for institutional and federal identification.
- DODAAC_NUMBER and CAGE_NUMBER — Department of Defense Activity Address Code and Commercial and Government Entity code.
- HUMAN_EXEMPTION_NUMBER, HUMAN_ASSURANCE_NUMBER, and ANIMAL_ASSURANCE_NUMBER — Regulatory assurance and exemption identifiers for human and animal subject research.
- NSF_INSTITUTIONAL_CODE, NIH_SUBDIVISION_CODE, ORG_IPF_CODE, and CONGRESS_DISTRICT — Agency-specific institutional coding and congressional district attributes.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, and LAST_UPDATE_LOGIN — Standard EBS audit columns.
- ATTRIBUTE_CATEGORY, ATTRIBUTE_CATEGORY2, and ATTRIBUTE1 through ATTRIBUTE15 — Descriptive flexfield storage for client-specific extensions.
Common Use Cases and Queries
Typical reporting needs include retrieving the regulatory and identification profile of an organization, validating DUNS and EIN data for proposal submissions, and joining organization details to HR organization definitions for master data reconciliation. A representative query pattern is:
- SELECT d.ORGANIZATION_ID, d.DUNS_NUMBER, d.EIN, d.CAGE_NUMBER FROM IGW.IGW_ORG_DETAILS d WHERE d.ORGANIZATION_ID = :org_id;
- Joining to the HR foundation: SELECT h.NAME, d.EIN, d.NIH_SUBDIVISION_CODE FROM IGW.IGW_ORG_DETAILS d JOIN HR_ALL_ORGANIZATION_UNITS h ON h.ORGANIZATION_ID = d.ORGANIZATION_ID;
- Audit reporting filtered by LAST_UPDATE_DATE to track recently modified organization detail records.
Related Objects
The following objects are most significant to IGW_ORG_DETAILS, based on the documented relationship data:
- HR_ALL_ORGANIZATION_UNITS — The foreign table referenced by IGW_ORG_DETAILS.ORGANIZATION_ID, providing the parent organization unit definition.
- IGW_ORG_DETAILS_PK — The primary key constraint on ORGANIZATION_ID.
- IGW_ORG_DETAILS_U1 — The unique index on ORGANIZATION_ID serving as the business-key candidate.
Additional Grants Proposal tables within the IGW schema that consume organization identifiers may depend on this table's ORGANIZATION_ID values, since it supplies the institutional detail extension to the HR organization hub.
-
Table: IGW_ORG_DETAILS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_ORG_DETAILS, object_name:IGW_ORG_DETAILS, status:VALID, product: IGW - Grants Proposal , description: Organization details , implementation_dba_data: IGW.IGW_ORG_DETAILS ,
-
Table: IGW_ORG_DETAILS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Organization details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGW_APPLICANT_ORG_V
12.1.1
-
VIEW: APPS.IGW_ORG_DETAILS_DFV
12.1.1
-
VIEW: APPS.IGW_APPLICANT_DEPT_V
12.1.1
-
SYNONYM: APPS.IGW_ORG_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_ORG_DETAILS, status:VALID,
-
View: IGW_APPLICANT_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_APPLICANT_ORG_V, object_name:IGW_APPLICANT_ORG_V, status:VALID, product: IGW - Grants Proposal , description: View displays details of the organization submitting the proposal , implementation_dba_data: APPS.IGW_APPLICANT_ORG_V ,
-
View: IGW_APPLICANT_ORG_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays details of the organization submitting the proposal , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGW_PRPO_PERF_SITES_V
12.1.1
-
TABLE: IGW.IGW_ORG_DETAILS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_ORG_DETAILS, object_name:IGW_ORG_DETAILS, status:VALID,
-
View: IGW_APPLICANT_DEPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_APPLICANT_DEPT_V, object_name:IGW_APPLICANT_DEPT_V, status:VALID, product: IGW - Grants Proposal , description: View displays the name of the applicant unit , implementation_dba_data: APPS.IGW_APPLICANT_DEPT_V ,
-
View: IGW_APPLICANT_DEPT_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays the name of the applicant unit , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.IGW_PROP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP, status:VALID,
-
VIEW: APPS.IGW_ORG_DETAILS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IGW_ORG_DETAILS_DFV, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
View: IGW_PRPO_PERF_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_PERF_SITES_V, object_name:IGW_PRPO_PERF_SITES_V, status:VALID, product: IGW - Grants Proposal , description: View displays performing sites where the proposal activity is conducted , implementation_dba_data: APPS.IGW_PRPO_PERF_SITES_V ,
-
View: IGW_PRPO_PERF_SITES_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays performing sites where the proposal activity is conducted , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGW_APPLICANT_DEPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_APPLICANT_DEPT_V, object_name:IGW_APPLICANT_DEPT_V, status:VALID,
-
VIEW: APPS.IGW_PRPO_PERF_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_PERF_SITES_V, object_name:IGW_PRPO_PERF_SITES_V, status:VALID,
-
APPS.IGW_PROP SQL Statements
12.1.1
-
VIEW: APPS.IGW_PRPO_HEADERS_V
12.1.1
-
View: IGW_PRPO_HEADERS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays core proposal information , implementation_dba_data: Not implemented in this database ,
-
View: IGW_PRPO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_HEADERS_V, object_name:IGW_PRPO_HEADERS_V, status:VALID, product: IGW - Grants Proposal , description: View displays core proposal information , implementation_dba_data: APPS.IGW_PRPO_HEADERS_V ,
-
VIEW: APPS.IGW_APPLICANT_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_APPLICANT_ORG_V, object_name:IGW_APPLICANT_ORG_V, status:VALID,
-
VIEW: APPS.IGW_PRPO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_HEADERS_V, object_name:IGW_PRPO_HEADERS_V, status:VALID,
-
PACKAGE BODY: APPS.IGW_PROP
12.1.1
-
APPS.IGW_PROP dependencies on IGW_ORG_DETAILS
12.1.1
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
APPS.IGW_PROP dependencies on FND_LOOKUPS
12.1.1
-
APPS.IGW_PROP dependencies on PER_PEOPLE_X
12.1.1
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
12.1.1 DBA Data
12.1.1