top of page
May 19, 20232 min read
Enabling Environmental Health and safety (EHS) module in HCM
Lets collectively enable the Health & Safety module in the HCM applicaion in this blog. Before Starting implementing health and safety...
68 views0 comments
May 15, 20231 min read
SQL query to get the Employee & Default Expense Account Details
select Distinct papf.person_number, paam.assignment_number,ple.NAME legal_employer_name ,pd.name department_name ,ppnf.DISPLAY_NAME...
261 views0 comments
May 6, 20231 min read
Python - Basic Programming (Functions)
1. Function to return arithamtic claculation def arithmaticOperation(a,b): return a+b,a-b,a*b,a/b arithmaticOperation(a=4,b=2) (6, 2, 8,...
35 views0 comments
bottom of page