Search Results igs_ad_imp_off_resp_data
Overview
IGS_AD_IMP_OFF_RESP_DATA is an Oracle EBS Advanced Product Catalog (formerly Oracle Product Hub / iSupplier) PL/SQL package owned by the APPS schema. Its documented purpose is tied to the Oracle internal reference "2395510," which places it in the admissions/enrollment (IGS_AD) family of packages governing applicant and offering responsibility data. Based on the package name (imp = import, off_resp = offering responsibility), the package fulfills the business function of importing offering responsibility records into the IGS_AD schema from an intermediate staging area. It is not a general-purpose data loader; it is scoped to processing a pre-validated batch of offering responsibility data represented by a batch identifier. The package executes with AUTHID CURRENT_USER, meaning that at runtime its unqualified references resolve to the calling user's schema, and privileges are checked against the invoker rather than the definer.
Key Procedures and Functions
The package exposes a single documented procedure, IMP_OFF_RESP. Consistent with the standard Oracle EBS concurrent-program entry point convention, the procedure accepts the two mandatory OUT NOCOPY parameters errbuf (VARCHAR2) and retcode (NUMBER) so it can be registered as a concurrent program, plus a batch identifier argument typed against IGS_AD_OFFRESP_BATCH.BATCH_ID and an optional p_yes_no parameter defaulting to '2'. The procedure's role is to drive the import of offering responsibility data associated with that batch. No other procedures or functions are documented for this package, and the parameter list shown is the documented signature — additional parameters should not be assumed.
Tables Accessed
The package reads from and writes to several IGS_AD and IGS_CA tables through APPS synonyms:
- IGS_AD_OFFRESP_BATCH — the batch control table; the batch_id parameter keys the set of records to process.
- IGS_AD_OFFRESP_INT — the interface/staging table holding incoming offering responsibility rows.
- IGS_AD_OFFRESP_ERR and IGS_AD_OFFRESP_ERR_S — error logging tables and sequence used to record rows rejected during import.
- IGS_AD_APPL_ALL and IGS_AD_PS_APPL_INST_ALL — application and application-instance tables validated against during import.
- IGS_AD_PRD_AD_PRC_CA — offer/decision context data supporting the responsibility records.
- IGS_CA_INST_REL, IGS_CA_TYPE — calendar/instance relationship and type reference data.
- PLITBLM — the standard Oracle Applications PL/SQL character table, typically used for in-memory string collections.
These references indicate the procedure performs validation joins, moves staged rows to the application tables, and writes errors for failed rows.
Usage Notes
Because IMP_OFF_RESP follows the errbuf/retcode concurrent program signature, it is most commonly invoked as a concurrent program submitted from an Oracle EBS responsibility, typically after a batch has been loaded into IGS_AD_OFFRESP_INT and registered in IGS_AD_OFFRESP_BATCH. The p_yes_no parameter (default '2') controls processing behavior, though the documented metadata does not enumerate its permitted values or meaning, so its semantics should be confirmed against implementation code before use. The package is referenced by one other package within the ETRM catalog, indicating it also participates in a larger import pipeline rather than being invoked only standalone. Custom code may call the procedure directly, but callers must supply a valid batch_id and handle the retcode and errbuf outputs as with any concurrent program. This package is documented for EBS 12.1.1 and remains applicable to 12.2.2 unless superseded by a later IGS_AD release.
-
PACKAGE: APPS.IGS_AD_IMP_OFF_RESP_DATA
12.1.1
-
PACKAGE: APPS.IGS_AD_IMP_OFF_RESP_DATA
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_IMP_OFF_RESP_DATA, status:VALID,
-
SYNONYM: APPS.IGS_AD_OFFRESP_BATCH
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OFFRESP_BATCH, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_OFF_RESP_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_OFF_RESP_DATA, status:VALID,
-
SYNONYM: APPS.IGS_AD_OFFRESP_INT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OFFRESP_INT, status:VALID,
-
SYNONYM: APPS.IGS_AD_OFFRESP_ERR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OFFRESP_ERR, status:VALID,
-
SYNONYM: APPS.IGS_AD_OFFRESP_ERR_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OFFRESP_ERR_S, status:VALID,
-
PACKAGE: APPS.IGS_AD_UPD_INITIALISE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_UPD_INITIALISE, status:VALID,
-
PACKAGE: APPS.IGS_AD_VAL_ACAI_STATUS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_VAL_ACAI_STATUS, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_DECISION_REPLY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPORT_DECISION_REPLY, status:VALID,
-
SYNONYM: APPS.IGS_AD_PRD_AD_PRC_CA
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PRD_AD_PRC_CA, status:VALID,
-
PACKAGE: APPS.IGS_AD_GEN_009
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_009, status:VALID,
-
PACKAGE: APPS.IGS_EN_VAL_SCA
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_VAL_SCA, status:VALID,
-
PACKAGE: APPS.IGS_AD_VAL_ACAI
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_VAL_ACAI, status:VALID,
-
PACKAGE: APPS.IGS_AD_GEN_008
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_008, status:VALID,
-
PACKAGE: APPS.IGS_AD_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_002, status:VALID,
-
SYNONYM: APPS.IGS_AD_APPL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID,
-
PACKAGE: APPS.IGS_AD_PS_APPL_INST_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_PS_APPL_INST_PKG, status:VALID,
-
VIEW: APPS.IGS_AD_PRCS_CAT_STEP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT_STEP, object_name:IGS_AD_PRCS_CAT_STEP, status:VALID,
-
SYNONYM: APPS.IGS_CA_INST_REL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_INST_REL, status:VALID,
-
PACKAGE: APPS.FND_FUNCTION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FUNCTION, status:VALID,
-
VIEW: APPS.IGS_CA_INST_ALT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST_ALT_V, object_name:IGS_CA_INST_ALT_V, status:VALID,
-
VIEW: APPS.IGS_AD_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL, object_name:IGS_AD_APPL, status:VALID,
-
SYNONYM: APPS.IGS_CA_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_TYPE, status:VALID,
-
VIEW: APPS.IGS_OR_INSTITUTION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INSTITUTION, object_name:IGS_OR_INSTITUTION, status:VALID,
-
VIEW: APPS.IGS_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUPS_VIEW, object_name:IGS_LOOKUPS_VIEW, status:VALID,
-
PACKAGE: APPS.FND_STATS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_STATS, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST, object_name:IGS_AD_PS_APPL_INST, status:VALID,
-
PACKAGE: APPS.IGS_GE_NUMBER
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_NUMBER, status:VALID,
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_IMP_OFF_RESP_DATA
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_IMP_OFF_RESP_DATA
12.1.1
-
VIEW: APPS.FND_CONCURRENT_PROGRAMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_CONCURRENT_PROGRAMS_VL, object_name:FND_CONCURRENT_PROGRAMS_VL, status:VALID,
-
VIEW: APPS.IGS_CA_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST, object_name:IGS_CA_INST, status:VALID,
-
PACKAGE: APPS.IGS_GE_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_GEN_003, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_INSTALLATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_INSTALLATION, status:VALID,
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_OFFRESP_BATCH
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_OFF_RESP_DATA
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_GE_MSG_STACK
12.1.1
-
PACKAGE: APPS.FND_REQUEST
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_REQUEST, status:VALID,
-
PACKAGE: APPS.IGS_GE_MSG_STACK
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_MSG_STACK, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
PACKAGE: APPS.APP_EXCEPTION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:APP_EXCEPTION, status:VALID,
-
SYNONYM: PUBLIC.PLITBLM
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PLITBLM, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
12.1.1 DBA Data
12.1.1