Oracle EBS (ERP)
Showing posts with label HRMS. Show all posts
Showing posts with label HRMS. Show all posts

Oracle R12 Assign Supervisor to Employees

›
 DECLARE l_effective_date DATE := SYSDATE; l_assignment_id NUMBER;  l_obj NUMBER; l_assignment_number VARCHAR2 (40); l_supervisor_id NUMBER;...

Oracle R12 employee update script hr_assignment_api.update_emp_asg in HRMS

›
--Employee Expense Account update and Assignment CREATE TABLE xx_emp_code_comb_tbl (   emp_code          VARCHAR2(30 BYTE),   emp_full_name ...

HRMS: SIT Assignment to BGs Script

›
  declare l_sp_info_type_id number; l_flex_num number; cursor c1 is select business_Group_id from per_special_info_types where id_flex_num=...

How to find Full Infomation Employee in Oracle R12

›
SELECT   person_id,          title,          first_name,          middle_names,          last_name,          Decode(sex,'M', 'M...
›
Home
View web version
Powered by Blogger.