This page (revision-9) was last changed on 26-Nov-2021 10:22 by RForbes

This page was created on 26-Nov-2021 10:22 by JEscott

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
9 26-Nov-2021 10:22 3 KB RForbes to previous
8 26-Nov-2021 10:22 3 KB JEscott to previous | to last
7 26-Nov-2021 10:22 3 KB JAiken to previous | to last
6 26-Nov-2021 10:22 3 KB JEscott to previous | to last
5 26-Nov-2021 10:22 3 KB JEscott to previous | to last
4 26-Nov-2021 10:22 3 KB JEscott to previous | to last
3 26-Nov-2021 10:22 3 KB JEscott to previous | to last
2 26-Nov-2021 10:22 3 KB JEscott to previous | to last
1 26-Nov-2021 10:22 3 KB JEscott to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 changed one line
The conversion of the data from the interface tables, into the application tables, is actually performed by stored procedures within the database. There are over 60 of these procedures stored in the P2K schema of the database. Each procedure will read the contents of one of the interface tables and insert the records into the corresponding P2K tables. The records being inserted in the database may actually insert into several tables, from the one interface table. For example, the data from the INF_CV_PERSONALS table is actually inserted into the [P2K_HR_IDENTITIES], [P2K_HR_PERSONALS], [P2K_HR_ALIASES] and [P2K_AM_USER_FIELD_VALUES] tables. Certain columns within this interface table will store their data in one of these columns of these tables. At the end of each report that the conversion process generates the number of records inserted into each table will be identified.
The conversion of the data from the interface tables, into the application tables, is actually performed by stored procedures within the database. There are over 60 of these procedures stored in the P2K schema of the database. Each procedure will read the contents of one of the interface tables and insert the records into the corresponding P2K tables. The records being inserted in the database may actually insert into several tables, from the one interface table. For example, the data from the [INF_CV_PERSONALS] table is actually inserted into the [P2K_HR_IDENTITIES], [P2K_HR_PERSONALS], [P2K_HR_ALIASES] and [P2K_AM_USER_FIELD_VALUES] tables. Certain columns within this interface table will store their data in one of these columns of these tables. At the end of each report that the conversion process generates the number of records inserted into each table will be identified.
At line 15 removed one line
The following is a list of error message that may be displayed on the conversion report. Within the error text, the values #1, #2 and #3 are replaced by parameters in the actual error message.
At line 16 added 3 lines
----
![Notes|Edit:Internal.CONVERTING DATA INTO P2K TABLES (PL SQL ROUTINES)]
[{InsertPage page='Internal.CONVERTING DATA INTO P2K TABLES (PL SQL ROUTINES)' default='Click to create a new notes page'}]