Top of Proposals | Index | Table of Contents | Feedback |
This job transfers approved Proposal information to the Course Structure and Planning (CRS) subsystem. All information provided is validated against existing business rules to ensure that the data given will transfer successfully.
A Unit Proposal is considered ready for transfer once it has been approved and has a System Transfer Status of READY or ERROR. (Records with ERROR will be processed again to see if the issue has been fixed.)
As an outcome of this process:
A number of unit-related tables may be populated with Proposal information - see list below:
The order of the tables in the list shows the sequence in which the inserts/updates are done. The opposite order will apply when deleting, for example, Unit Offering Pattern records will be deleted before Unit Offering records.
The inserts, updates and deletes that will be carried out are based on the number of Proposal Elements/Items supplied by the Proposer.
Note: If a new unit version is created that is based on an existing unit version, the elements not specified in the Proposal will be inherited from the unit version on which the Proposal is based, which is not necessarily the latest version of the unit. When creating a new version of a unit, it is recommended that it is based on the latest version of the unit and that any data required from earlier versions be imported into the Proposal.
The table below provides a simple mapping example for a new Unit Proposal:
Proposal Instance Item Value | Proposal Element | Proposal Item | System Proposal Item |
---|---|---|---|
BUS100 | Basic Detail | Unit Code | UV.UNIT_CD |
Business Studies | Basic Detail | Title | UV.TITLE |
01/01/2009 | Basic Detail | Start Date | UV.START_DT |
1 | Basic Detail | Unit Level | UV.UNIT_LEVEL |
5 | Basic Detail | Minimum Hours | UV.HOURS_MIN |
10 | Basic Detail | Maximum Hours | UV.HOURS_MAX |
Semester 1 | Unit Offering Option | Calendar Type | UOO.CAL_TYPE/UOO.CI_SEQUENCE_NUMBER |
Geelong | Unit Offering Option | Location | UOO.LOCATION_CD |
Day | Unit Offering Option | Unit Class | UOO.UNIT_CLASS |
Y | Unit Offering Option | SSF Available | UOO.IVRS_AVAILABLE_IND |
95111861 - Mr Smith | Unit Offering Option | Unit Contact | UOO.UNIT_CONTACT |
900 | Unit Discipline | Discipline Group Code | UOO.DISCIPLINE_GROUP_CD |
100 | Unit Discipline | Percentage | UD.PERCENTAGE |
Yes | Unit Discipline | primary | UD.PRIMARY_DISCIPLINE_IND |
For a Proposal that requests a unit update, the job can update all fields that exist in Callista SMS. However, the primary key of each table will not be updated.
In a Proposal that calls for the deletion of records from Course Structure and Planning (CRS subsystem), the job first identifies which records need to be deleted,with child records deleted before parent records. If a relationship exists and a record cannot be deleted, then the error is logged and the child and parent data remains.
Before any transfer of data is done, all business rules in Course Structure and Planning are run through. If a business rule is not met when validating, then a System Transfer Status of ERROR appears against the Proposal. When a validation fails, all inserts, updates and deletes are rolled back for that Proposal. All business rules are validated even if an error occurs, so all errors are logged for an administrator to view.
For errors, more information can be accessed through the Generate Extract XML File (GENJ1000) which can retrieve the error messages from the log.
If all validations are passed for a Proposal, then the its Transfer Status and then Proposal Status are changed to COMPLETE.
Once the job finishes, a summary in the run log appears noting how many Proposals were processed and the number of errors that occurred.
There are no parameters for this job.
This job can be run in Immediate or scheduled mode, but it is recommended that this job is run as an overnight process.
1. Create an S_EXTRACT record where all errors will be logged.
2.
Check that the required system data is present.
3. Determine the Proposals to transfer.
4. For each Proposal to be transferred:
And then update the status of the Proposal and insert a record into the PROPOSAL_INSTANCE_UNIT_VERSION table.
5. Generate a Completion message in the run log.
The following provides a more detailed view of the processing required to transfer approved Unit Proposal information from the Proposals data structure to Course Structure and Planning (CRS).
An insert into s_extract is required, as this is the parent table to s_extract_record where all errors will be logged. The parameters to be inserted are:
Check that the system transfer statuses and system proposal outcomes have been defined.
System Proposal Outcomes NEW, NEW-V, UPD-V and NO-TRF-UN and System Transfer Statuses ERROR, READY, COMPLETE and must be defined, for this job to process proposals. If not, the job will not proceed.
For a proposal to be transferred: the Proposal Transfer Status must be READY or ERROR, and the Proposal Type must have a System Proposal Type of UNIT.
If a proposal has a System Proposal Outcome Status of NO-TFN-UN (approved no transfer), then the unit proposal will not be transferred and the proposal's transfer status will be set to 'COMPLETE'.
Unit-related data processed by the job includes:
For information regarding Unit user-defined data for these elements, see User Defined Data, below.
In each case, use the table below to determine if the data should be inserted, updated or deleted.
System Proposal Outcome | Insert (Element) |
Update (Item) |
Delete (Element) |
Action |
---|---|---|---|---|
NEW | Any | Any | N | Insert and validate. |
NEW | N | N | Y | Ignore (Do not Insert). |
NEW-V | N | N | N | For data in the UNIT and UNIT_VERSION tables, the record will need to be inserted. For all other data it will be rolled over. |
NEW-V | Y | N | N | Insert and validate (New Data). |
NEW-V | N | Y | N | Update and validate (update existing data). |
NEW-V | N | N | Y | Update and validate (delete existing data). |
NEW-V | Y | N | Y | Ignore (New data entered but now deleted)(a). |
UPD-V | N | N | N | Context information, don't validate as not inserting. |
UPD-V | Y | N | N | Insert and validate (New Data). |
UPD-V | N | Y | N | Update and validate (update existing data). |
UPD-V | N | N | Y | Delete and validate (delete existing data). |
UPD-V | Y | N | Y | Ignore (new data entered but now deleted). |
NEW-USRDEF | Any | Any | Any | Not transferred. |
User defined data for the elements listed in section 3a, above, is transferred into the UNIT_USER_DEF_DATA_STRUCTURE and UNIT_USER_DEF_DATA tables in the Course Structure and Planning (CRS) subsystem, and referenced to the unit. (This data may be subsequently transferred back into the PAA subsystem in the case where a new proposal is created in PAA that is based on the same existing unit.)
The process for transferring user-defined data from PAA to CRS is as follows:
UUDDS Column (Primary Key) values: | Data Source from Proposals: |
---|---|
STRUCTURE_SEQUENCE_NUMBER | PROPOSAL_INSTANCE_ITEM.PROPOSAL_INSTANCE_ ELEMENT_SEQUENCE_NUMBER |
PROPOSAL_ELEMENT_CD | PROPOSAL_INSTANCE_ITEM.PROPOSAL_ELEMENT_CD |
SUP_STRUCTURE_SEQUENCE_NUMBER | If the PROPOSAL_INSTANCE_ITEM.PROPOSAL_ELEMENT_CD is a User Defined element, then V_SUP_STRUCTURE_SEQUENCE |
SUP_PROPOSAL_ELEMENT_CD | If the PROPOSAL_INSTANCE_ITEM.PROPOSAL_ELEMENT_CD is a User Defined element, then V_SUP_PROPOSAL_ELEMENT_CD |
STRUCTURE_LABEL | PROPOSAL_ELEMENT.MENU_TITLE |
UUDD Column (Primary Key) values: | Data Source (from Proposals): |
---|---|
UNIT_CD | If updating: PROPOSAL_INSTANCE_ITEM.CHARACTER_FIELD If new: Not applicable. |
VERSION_NUMBER | PROPOSAL_INSTANCE_ITEM.CHARACTER_FIELD |
PROPOSAL_ELEMENT_CD | PROPOSAL_INSTANCE_ITEM.PROPOSAL_ELEMENT_CD |
PROPOSAL_ITEM_CD | PROPOSAL_INSTANCE_ITEM.PROPOSAL_ITEM_CD |
STRUCTURE_SEQUENCE_NUMBER | UNIT_USER_DEF_DATA_STRUCTURE.STRUCTURE_SEQUENCE_NUMBER |
SEQUENCE_NUMBER | UNIT_USER_DEF_DATA_SEQUENCE_NUMBER.nextval, new sequential number to be created |
EFFECTIVE _START_DT | SYSDATE |
FIELDS 1 to 8 | Field values are set depending on the column mappings between the CRS table Primary Key columns, FIELDS 1 to 8 and TABLE_NAME.
See the Field Values table below for these values. |
EFFECTIVE_END_DT | NULL |
S_FIELD_TYPE | S_PROPOSAL_ITEM.S_FIELD_TYPE |
PROMPT | NVL(PROPOSAL_ITEM.OVERRIDE_PROMPT, S_PROPOSAL_ITEM.PROMPT) |
FIELD_LENGTH | S_PROPOSAL_ITEM.FIELD_LENGTH |
CHARACTER_FIELD | PROPOSAL_INSTANCE_ITEM.CHARACTER_FIELD |
NUMBER_FIELD | PROPOSAL_INSTANCE_ITEM.NUMBER_FIELD |
DATE_FIELD | PROPOSAL_INSTANCE_ITEM.DATE_FIELD |
CLOB_FIELD | PROPOSAL_INSTANCE_ITEM.CLOB_FIELD |
Source (System Element Code): | Field 1 | Field 2 | Field 3 | Field 4 | Field 5 | Field 6 | Fields 7-8 | TABLE_ NAME |
---|---|---|---|---|---|---|---|---|
ASSCRSTYP | CAL_TYPE | CI_ SEQUENCE _NUMBER | ASS_ID | SEQUEN CE_ NUMBER | ACOT. COURSE _TYPE | NULL | NULL | ASS_ COURSE _TYPE |
ASSITMASSR | CAL_TYPE | CI_ SEQUENCE _NUMBER | ASS_ID | SEQUEN CE_ NUMBER | AIA. PERSON _ID | AIA.SEQ UENCE_ NUMBER | NULL | ASS_ITEM_ ASSESSOR |
ASSITMEXML | CAL_TYPE | CI_ SEQUENCE _NUMBER | ASS_ID | SEQUEN CE_ NUMBER | AIEM. EXAM _MATERIAL _TYPE | NULL | NULL | ASS_ITEM _EXAM _MATERIAL |
CRSUNTLVL | COURSE _TYPE | NULL | NULL | NULL | NULL | NULL | NULL | COURSE _UNIT _LEVEL |
SUBUNIT | SUB_ UNIT_ CD | SUB_ VERSION _NUMBER | CREATE _DT | NULL | NULL | NULL | NULL | SUB_UNIT _RELATION SHIP |
TCHRSPNS | ORG_ UNIT _CD | OU_ START_ DT | NULL | NULL | NULL | NULL | NULL | TEACHING _RESONS IBILITY |
TCHRSPNSOV | CAL _TYPE | CI_ SEQUENCE _NUMBER | LOCATION _CD | UNIT_ CLASS | ORG_ UNIT_CD | OU_ START _DT | NULL | TEACHING _RESPONS IBILITY _OVRD |
TRPCKGUV | TRAINING _PACKAGE _CD | SEQUENCE _NUMBER | NULL | NULL | NULL | NULL | NULL | TRAINING _PACKAGE _UNIT |
UAI | CAL_TYPE | CI_ SEQUENCE _NUMBER | ASS_ID | SEQUEN CE_ NUMBER | NULL | NULL | NULL | UNIT_ ASSESS MENT _ITEM |
UAP | CAL_TYPE | CI_ SEQUENCE _NUMBER | ASS_ID | UAI_ SEQUEN CE_ NUMBER | ASS_ PATTERN _ID | NULL | NULL | UNIT_ASS _PATTERN _ITEM |
UNIT | NULL | NULL | NULL | NULL | NULL | NULL | NULL | UNIT_ VERSION |
UNITBAP | BAPPP. BUSINESS_ ACTIVITY_ PROCESS _CD | BAPPP. BAPTR_ SEQUENCE _NUMBER | BAPPP. SEQUENCE _NUMBER | NULL | NULL | NULL | NULL | BAP |
UNITCAT | UNIT_CAT | NULL | NULL | NULL | NULL | NULL | NULL | UNIT_ CATEGORISATION |
UNITDSCPLN | DISCIPLINE _GROUP_CD | NULL | NULL | NULL | NULL | NULL | NULL | UNIT_ DISCIPLINE |
UNITLO | LEARNING_OUTCOME_ID | DESCRIPTIVE_TEXT | CLOSED_IND | NULL | NULL | NULL | NULL | LEARNING_OUTCOME |
UNITREFCD | REFERENCE _CD_TYPE | REFERENCE _CD | NULL | NULL | NULL | NULL | NULL | UNIT_ REFER ENCE_CD |
UO | CAL_TYPE | NULL | NULL | NULL | NULL | NULL | NULL | UNIT_ REFERENCE_CD |
UOBAP | CAL_TYPE | BAPPP. BUSINESS _ACTIVITY _PROCESS _CD | BAPPP. BAPTR_ SEQUENCE _NUMBER | BAPPP. SEQUEN CE_ NUMBER | NULL | NULL | NULL | BAP |
UON | CAL_TYPE | REFERENCE _NUMBER | NULL | NULL | NULL | NULL | NULL | UNIT_ OFFERING _NOTE |
UOO | CAL_TYPE | CI_ SEQUENCE _NUMBER | LOCATION _CD | UNIT_ CLASS | NULL | NULL | NULL | UNIT_ OFFERING OPTION |
UOOBAP | CAL_TYPE | CI_ SEQUENCE _NUMBER | LOCATION _CD | UNIT_ CLASS | BAPPP. BUSINESS _ACTIVITY _PROCESS _CD | BAPPP. BAPTR_ SEQ UENCE_ NUMBER | Field 7: BAPPP. SEQ UENCE_ NUMBER Field 8: NULL |
BAP |
UOON | CAL_TYPE | CI_ SEQUENCE _NUMBER | LOCATION _CD | UNIT _CLASS | REFER ENCE _NUMBER | NULL | NULL | UNIT _OFFERING _OPT_NOTE |
UOPN | CAL_TYPE | CI_ SEQUENCE _NUMBER | REFER ENCE _NUMBER | NULL | NULL | NULL | NULL | UNIT_ OFFERING _PAT_ NOTE |
USER-UAI | CAL_TYPE | CI_ SEQUENCE _NUMBER | ASS_ID | SEQUEN CE_ NUMBER | NULL | NULL | NULL | UNIT_ ASSESS MENT _ITEM |
USER-UO | CAL_TYPE | NULL | NULL | NULL | NULL | NULL | NULL | UNIT_ OFFERING |
USER-UOO | CAL_TYPE | CI_ SEQUENCE _NUMBER | LOCATION _CD | UNIT _CLASS | NULL | NULL | NULL | UNIT_ OFFERING _OPTION |
USER-UV | NULL | NULL | NULL | NULL | NULL | NULL | NULL | UNIT _VERSION |
UVNOTES | REFERENCE _NUMBER | NULL | NULL | NULL | NULL | NULL | NULL | UNIT_ VERSION _NOTE |
UVRULE | NULL | NULL | NULL | NULL | NULL | NULL | NULL | UNIT _VERSION |
UVSECTOR | S_ SECTOR _CD | NULL | NULL | NULL | NULL | NULL | NULL | UNIT_ VERSION _SECTOR |
For a list of user-defined data for each core System Element, see Proposals Unit System Data.
Deletion of User-Defined Data in the CRS Subsystem:
If data is deleted from forms or tables in the CRS subsystem by an administrator, any associated child user-defined data is also deleted. User-defined data is located using the primary key value of its parent data. (Unit user-defined data is stored in the UNIT_USER_DEF_DATA table.)
Once a proposal has been processed, the PROPOSAL TRANSFER STATUS is set to COMPLETE when the proposal is successfully processed, or ERROR when an error was found when processing.
Once a NEW, NEW_V or UPD_V proposal has been successfully transferred, the new unit version details are inserted into the PROPOSAL_INSTANCE_UNIT_VERSION table. This is to help identify which proposal created which unit version.
On completion the following details are recorded in the run log:
Started processing date and time Total records processed: NN (Successful: NN, Unsuccessful: NN) Total number of system extract records created: NN Completed processing date and timePlease query the system extract records for details of all errors and exceptions. System Log: - System Extract Type: PRPSL-UNIT - System Extract Creation Date: date and time
Trigger validations are checked, starting with Unit Version validations.
There are validations that repeat, for example, message number 241 (message text: Changes cannot be made to unit version details because the status of the unit version is inactive. Only unit status, expiry dt and end date can be updated. In these cases, the business rule is validated at the highest level. In relation to message number 241, this is at Unit Version.
Each time a validation is not passed it is logged to the S_EXTRACT_RECORD table and the error count is incremented. This error count is displayed in the run log once the job has finished processing (Total Proposals in error).
The information logged to s_extract_record depends on the area that is being validated and the information available.
When a business rule returns FALSE, the error is logged and the proposal is no longer validated (for any more sections). e.g. If a proposal returns false for the first Unit Offering Pattern validation then the rest of the validations for this section are still processed, but no further validations for other sections are done (e.g. Unit Offering Option validations). The next proposal is then moved onto.
If any inserts, updates or deletes have been done before a business rule returns FALSE, then these will be rolled back. Even units in the proposal that were successful will be rolled back.
Warnings are logged, but do not stop processing of the proposal. There are four warnings that could be reported. These are:
There are indicators on the Proposal_Instance_Element and Proposal_Instance_Item tables that assist the job in identifying the data to insert, update or delete.
For a NEW proposal outcome - All indicators will be N. Data is to be inserted.
For NEW_V proposal outcome - Insert, Update and Delete indicators will be N for records (proposal elements and items) that are to be rolled over and not changed. For example, if unit JKC111.1 is being rolled over to JKC111.2 then each indicator will be N for the unit details.
However, if the unit JKC111.2 is to have a new Unit Discipline compared to JKC111.1 then this Unit Discipline element will be marked as INSERT_IND = Y. Likewise, if a Unit Discipline from JKC111.1 is to be deleted, then the delete_ind = Y. It is also possible to be updating the proposal element, which will have update_ind = Y against the proposal element item, e.g. update to percentage for unit discipline. Below is this example shown in data form.
Note: For a new Unit Version, the MAX version number is to be found for the Unit Code.
Proposal Instance Element
Proposal ID | Sequence Number | Proposal Element | Ins | Del |
---|---|---|---|---|
10 | 1 | UNIT | N | N |
10 | 2 | UNIT_DISCIPLINE | N | N |
10 | 3 | UNIT_DISCIPLINE | Y | N |
10 | 4 | UNIT_DISCIPLINE | N | N |
10 | 5 | UNIT_DISCIPLINE | N | Y |
Proposal Instance Item
Proposal ID | PIE Sequence Number | PII Sequence Number | Proposal Item | Value | Upd |
---|---|---|---|---|---|
10 | 1 | 1 | UNIT | JKC111|1 | N |
10 | 2 | 2 | DISCIPLE GROUP CODE | 501 | N |
10 | 2 | 3 | PERCENTAGE | 20 | Y |
10 | 2 | 4 | PRIMARY | Y | N |
10 | 3 | 5 | DISCIPLE GROUP CODE | 502 | N |
10 | 3 | 6 | PERCENTAGE | 20 | N |
10 | 3 | 7 | PRIMARY | N | N |
10 | 4 | 8 | DISCIPLE GROUP CODE | 503 | N |
10 | 4 | 9 | PERCENTAGE | 40 | N |
10 | 4 | 10 | PRIMARY | N | N |
10 | 5 | 11 | DISCIPLE GROUP CODE | 504 | N |
10 | 5 | 12 | PERCENTAGE | 20 | N |
10 | 5 | 13 | PRIMARY | N | N |
In the table above, for the new unit JKC111.2, three records will be inserted for Unit Discipline. Discipline Group Code of 501 will be inserted but the percentage is to be updated to 100. Discipline Group Code of 502 will be inserted as new record. Discipline Group Code of 503 will be inserted as well (this is a carried over from JKC111.1). Discipline Group Code of 504 will be deleted, rather than rolled over.
Note that for the UNIT proposal instance item, the data is shown as JKC111|. This is because there is no version number defined for the new unit as this job will determine the version to be used ('Field Types and Concatenated Fields' explained further on).
For UPD_V proposal outcome - Insert, Update and Delete indicators will be N for records (proposal elements and items) that are used as context information. For example, if the percentage for teaching responsibility 01111.1 is to be changed from 80% to 100% then the Unit Version element and Teaching Responsibility element will have insert_ind = N and delete_ind = N, with the percentage proposal item update_ind = Y.
Below is this example shown in data form.
Proposal Instance Element
Proposal ID | Sequence Number | Proposal Element | Ins | Del |
---|---|---|---|---|
20 | 1 | UNIT | N | N |
20 | 2 | TEACHING_RESPONSIBILITY | N | N |
20 | 3 | TEACHING_RESPONSIBILITY | N | Y |
20 | 4 | TEACHING_RESPONSIBILITY | Y | N |
Proposal Instance Item
Proposal ID | PII Sequence Number | PIE Sequence Number | Proposal Item | Value | Upd |
---|---|---|---|---|---|
20 | 1 | 1 | UNIT | JKC111|1 | N |
20 | 2 | 2 | ORG UNIT CODE | 01|01/01/1992 | N |
20 | 2 | 3 | PERCENTAGE | 50 | Y |
20 | 2 | 4 | ORG UNIT CODE | 02|01/01/1992 | N |
20 | 3 | 5 | PERCENTAGE | 30 | N |
20 | 3 | 6 | ORG UNIT CODE | 03|01/01/1992 | N |
20 | 3 | 7 | PERCENTAGE | 20 | N |
In the table above, the inserts, updates and deletes will be done against unit JKC111.1 (shown concatenated as JKC111|1). This is saved into the Proposal Instance Element and Proposal Instance Item tables only as context.
No insert is done into the UNIT_VERSION tale for this record.
For teaching responsibility of 01 (01/01/1992), an update is done to the percentage.
For teaching responsibility of 02 (01/01/1992), this record is to be deleted.
For teaching responsibility of 03 (01/01/1992), this record is to be inserted.
There are areas where a new sequence number is to be generated for inserts. For example, a new Unit Offering Option requires a new UOO_ID. Alternatively, a new Training Package Unit requires a new TPU_SEQUENCE_NUMBER. Where a new sequence number is required the next number in the sequence is generated.
For the deletion of data, a child record is deleted before a parent record. If child records exist when deleting, then an exception will occur. An exception will also occur when an attempt is made to update a locked record and when a trigger validation fires when inserting, updating or deleting.
When a delete is to be done for a table that has a logical delete date column, this field should be updated with SYSDATE. The tables with logical delete date columns are:
For updating, only fields that are not part of the primary key of the table can be updated.
To determine which Proposal Instance Element is associated with which Proposal Instance Item, the PROPOSAL_INSTANCE_ELEMENT and PROPOSAL_INSTANCE_ITEM sequence numbers are used. They are also used to ascertain if a Proposal Instance Element is a superior to another Proposal Instance Element.
Below is an example of superior Proposal Instance Elements:
Proposal ID | Sequence Number | Proposal Element | Superior Proposal ID | Superior Sequence Number |
---|---|---|---|---|
20 | 1 | UNIT | ||
20 | 2 | UNIT_OFFERING | 20 | 1 |
20 | 3 | UNIT_OFFERING_PATTERN | 20 | 2 |
20 | 4 | TEACHING_RESPONSIBILITY | 20 | 1 |
20 | 5 | UNIT_DISCIPLINE | 20 | 1 |
In the table above, UNIT is superior to UNIT OFFERING and UNIT OFFERING is superior to UNIT OFFERING PATTERN. Unit is also a superior to TEACHING RESPONSIBILITY and UNIT DISCIPLINE.
Superiority can also be determined through the S_PROPOSAL_ELEMENT table.
The values to be inserted into Course Structure and Planning tables are stored in the Character, Number, Date or Clob field in the PROPOSAL_INSTANCE_ITEM table. The field type is determined by the TABLE_NAME.COLUMN_NAME of where the data is to be transferred. For example, the UNIT_DISCIPLINE.PERCENTAGE value would be stored in the Number field.
However, there is exception to this rule with concatenated fields. Concatenated fields are values that should be kept together. For example, Unit Code and Version Number or Org Unit and Start Date. These values are stored in the character field, even if both values are of type Number. They are stored as MAA101|1 or 01|01/01/1992.
The TABLE_NAME and COLUMN_NAME are stored in the S_PROPOSAL_ITEM table. The concatenation type is also stored in this table (S_FIELD_TYPE), with the details recorded in S_CONCAT_TYPE. The details determine the type of the concatenated fields.
Proposal Instance Item
Proposal ID | Sequence Number | Proposal Item | Character | Number | Date | Clob |
---|---|---|---|---|---|---|
30 | 41 | UOO-CALTY | SEM-1|1924 |
Proposal Item
Proposal Item | System Proposal Item | Table Name | Column Name |
---|---|---|---|
UOO-CALTY | UOOCAL | UNIT_OFFERING_OPTION | CAL_TYPE|CI_SEQUENCE_NUMBER |
System Proposal Item
System Proposal Item | System Concat Type |
---|---|
UOOCAL | CI |
System Concat Type
System Concat Type | Concat Field Number |
---|---|
CI | VARCHAR|NUMBER |
In the table above, the value of SEM-1 will be inserted into UNIT_OFFERING_OPTION.CAL_TYPE and 1924 will be inserted into UNIT_OFFERING_OPTION.CI_SEQUENCE_NUMBER.
From the system tables we can identify that UNIT_OFFERING_OPTION.CAL_TYPE is of type VARCHAR and UNIT_OFFERING_OPTION.CI_SEQUENCE_NUMBER is of type NUMBER.
Proposal Instance Item
Proposal ID | Sequence Number | Proposal Item | Character | Number | Date | Clob |
---|---|---|---|---|---|---|
40 | 54 | PERCENT | 100 |
Proposal Item
Proposal Item | System Proposal Item | Table Name | Column Name |
---|---|---|---|
PERCENT | PRCNTG | UNIT_DISCIPLINE | PERCENTAGE |
The value of 100 would be inserted into UNIT_DISCIPLINE.PERCENTAGE.
Where the Proposal Type has a Single Core Instance and the Proposal Element is not multi-instance, the basic unit details may be split across many elements. When the job is identifying data to be transferred for these proposals, the process searches over the whole proposal instance for the items with a system proposal element of UNIT.
For Unit Version Rules, the Rule Call Code is decoded from the Proposal Item Code as shown below:
S.PROPOSAL_ITEM.S_PROPOSALITEM_CD | S_RULE_CALL_CD |
---|---|
UVR_RL_PR | PREREQ |
UVR_RL_CR | COREQ |
UVR_RL_IC | INCOMP |
UVR_RL_TL | TRANS |
UVR_RLICR | COREQ-IW |
UVR_RLIIC | INCOMP-IW |
UVR_RLIPR | PREREQ-IW |
UVR_RL_QU | QUOTA |
For Unit Assessment Pattern and Unit Assessment Pattern Item, a Unit Assessment Item must first be defined which also requires an Assessment Item. This means that only one Assessment Item can be defined per Unit Assessment Pattern Item.
If a proposal requires the deletion of a Unit Offering Pattern, then the job first checks if any student related data is recorded for this UOP.
This includes data recorded in the following tables:
If any such data is found, the job writes an error to S_EXTRACT_RECORD and changes the proposal transfer status to ERROR.
Page last modified: 25 July, 2016 9:26 AM
History Information:
Release Version | Project | Change to Document |
19.0 | 2106 - Learning Outcomes | Added Unit Learning Outcomes to list of Unit releated data transferred. |
18.0 | 2074 - Proposals Functional Updates | Added note about UNIT-BULK transfers. |
17.0 | 1955 - Course Structures in PAA | Added Unit Version Dependencies to the list of Unit-Related data. Added a note to the Note section about Unit Dependencies transferred by the job. |
17.0 | 1994 - New CS&P Data | Added information re: user defined data, including a new section. |
15.1.0.2, 16.0.0.2 & 16.1 | 1873 - PC 243/254 | Added section - Deletion of Unit Offering Patterns where student related data exists |
15.0 | 1722 - 11g Upgrade | Help page rewritten for 11g. |