0% found this document useful (0 votes)
11 views1 page

Q2

Uploaded by

nani2003
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Q2

Uploaded by

nani2003
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

SELECT papf1.

full_name name_created_by
, xajch.last_update_by
, fu2.user_name
, papf2.full_name name_updated_by
, xajch.last_update_date
, xajmth.CURRENCY_CODE
FROM fnd_user fu1
, fnd_user fu2
, per_all_people_f papf1
, per_all_people_f papf2
, xxkuf_ap_jib_capture_hdr_v xajch
, xxkuf_ap_jib_mstr_tmplt_hdr_v xajmth
WHERE 1 = 1
AND xajch.jib_tmplt_hdr_id = xajmth.jib_tmplt_hdr_id
--AND xajcl.jib_cptr_hdr_id = xajch.jib_cptr_hdr_id
AND xajch.created_by = fu1.user_id
AND xajch.last_update_by = fu2.user_id
AND fu1.employee_id = papf1.person_id
AND fu2.employee_id = papf2.person_id
AND xajmth.jib_tmplt_hdr_id =
NVL (:p_project_code, xajmth.jib_tmplt_hdr_id)
--221
AND xajmth.vendor_site_code = NVL (:p_operator, xajmth.vendor_site_code)
--4
AND xajch.jib_period = NVL (:p_jib_period, xajch.jib_period)
AND ROWNUM = 1
ORDER BY xajch.last_update_date

You might also like