Doyen System Pvt. Ltd.
Showing posts with label
Employee
.
Show all posts
Showing posts with label
Employee
.
Show all posts
Wednesday, 26 September 2018
Script to delete the employee record using API in oracle
›
--Create Table create table papf_16082018 (person_id number, employee_number varchar2(10)); --Insert Data insert into papf_16...
2 comments:
Employee data extract based on business group
›
SELECT hou.name business_unit, papf1.first_name, papf1.middle_names, papf1.last_name, ...
2 comments:
Monday, 24 September 2018
Script to get dependents for Employee
›
CREATE OR REPLACE FUNCTION APPS.HR_GET_DEPENDENT(p_element_entry_id IN NUMBER, p_contact_number IN NUMBER, ...
11 comments:
›
Home
View web version