Oracle Payroll/HRMS Knowledge Repository

Friday, July 8, 2016

Query for getting Phone Details for the Employees.

SELECT
papf.employee_number,
pp.phone_type,
pp.phone_number
FROM
per_all_people_f papf,
per_phones pp
WHERE
papf.business_group_id = P_BUSINESS_GROUP_ID
AND papf.current_employee_flag = 'Y'
AND TRUNC(SYSDATE) BETWEEN papf.effective_start_date AND papf.effective_end_date
AND papf.person_id = pp.parent_id;
Posted by Viswas Oracle Payroll/HRMS at 12:29 PM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Search This Blog

About Me

Viswas Oracle Payroll/HRMS
View my complete profile

Blog Archive

  • ▼  2016 (13)
    • ▼  July (13)
      • Query for getting SIT Details for the Employees
      • Query to get the Competence Details for the PERFOR...
      • Query for getting the Competences attached to an A...
      • Query for getting the Competences attached to an A...
      • Query for getting all the Flex Values for a given ...
      • Query for getting Applicant Details.
      • Query to lists the Grades, their present and next ...
      • Query for getting Pay Scale Details for the Employ...
      • Query for getting Address Details for the Employees.
      • Query for getting Phone Details for the Employees.
      • Query for getting Employee`s Contact Details.
      • Query/Function for writing Amount into Words.
      • Query for getting Employee Personal and Assignment...
Picture Window theme. Powered by Blogger.