Skip to content

Commit 5abd9d4

Browse files
Added manager in PSFT Data View (#2981)
* 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
1 parent 9a3038f commit 5abd9d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ lastupddttm,
2828
description,
2929
employeeType,
3030
employmentStatus,
31-
hrStatus
31+
hrStatus,
32+
manager
3233
) AS
3334
SELECT
3435
pd.emplid,
@@ -51,6 +52,7 @@ SELECT
5152
null,
5253
null,
5354
null,
55+
null,
5456
null
5557
FROM
5658
ps_personal_data pd

0 commit comments

Comments
 (0)