Human Capital Management - EBS (MOSC)

MOSC Banner

Want to send Employee creation Alert

edited Dec 10, 2018 10:48AM in Human Capital Management - EBS (MOSC) 3 commentsAnswered

Hi All,

Alert is generated at the time of when new employee is created. here requirement is to send alert including Job, Grade, Location field as well. Currently alert is generated when the employee is created but job, location and grade is shown blank in alert.

SELECT papf.employee_number                                          employee_number,

       REPLACE(InitCap(papf.Title)||' '||papf.First_Name||' '||papf.Middle_Names||' '||papf.Last_Name, '  ', ' ') employee_name,

       papf.email_address                                            employee_email,

       papf.National_Identifier                                      employee_CNIC,

       to_char(paaf.CREATION_DATE, 'dd-mm-yyyy hh')                  creation_date,

       LOC.DESCRIPTION                         LOCATION,

       GRD.NAME                                GRADE,

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center