Skip to content

Commit d066edf

Browse files
Changed field names in Job View (#3006)
* fixed permission matching logic * fixed permission matching logic * fixed permission matching logic * fixed permission matching logic * updated PAR URL * Added to support handling of stuck podman container * fixed lint * Update agentAutoUpdate.sh * Update agentAutoUpdate.sh * Update agentAutoUpdate.sh * Fixed handling of force removal of stuck podman containers in stopping state * Fixed handling of force removal of stuck podman containers in stopping state * Added Peoplesoft views definitions * Added Peoplesoft views definitions, updated readme and created versions * Added Peoplesoft views definitions, updated readme and created versions * Added fix to remove the child processed before terminating the parent process * Added fix to remove the child processed before terminating the parent process * updated PSFT views * Added required SQLs for day N data load for PeopleSoft * Added manager in PSFT Data View * Added User Management Update Set XML for Service Now User Management * Added ORDS application script for APEX * Added ORDS application script for APEX * Added IP to dummy host mapping * shellcheck * Renamed fields in job data view
1 parent 0618ce1 commit d066edf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OracleIdentityGovernance/samples/scripts/PEOPLESOFT/1.0/Job_data_view.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ job_title,
4343
end_date,
4444
termination_dt,
4545
reports_to,
46-
manager_department_codes,
47-
manager_department_levels,
48-
manager_department_titles,
46+
department_codes,
47+
department_levels,
48+
department_titles,
4949
Description,
5050
lastupddttm ) AS
5151
SELECT

0 commit comments

Comments
 (0)