🔹 Join the OracleApps88 Telegram Group - Stay up to date with the latest on Oracle EBS R12 and Oracle Cloud/Fusion Applications. 📌 Telegram Group : https://t.me/OracleApps88

💡 Facing issues copying code/scripts or viewing posts? We're here to help!
📬 Contact on Telegram : https://t.me/apps88
📱 Telegram/WhatsApp: +91 905 957 4321
📧 Email Support: OracleApp88@Yahoo.com

Monday, May 8, 2017

Query To Get Project Draft Invoice Details

SELECT
C.segment1 PROJECT_NUMBER,
C.NAME PROJECT_NAME,
carrying_out_organization_name PROJECT_ORGANIZATION,
c.project_type,
ra_invoice_number,
SUM(inv_amount) INVOICE_AMOUNT

FROM
pa_draft_invoice_lines_all_v a,
pa_draft_invoices_all b,
pa_projects_cust_360_v c

WHERE A.PROJECT_ID = B.PROJECT_ID
AND a.DRAFT_INVOICE_NUM = b.DRAFT_INVOICE_NUM
AND a.PROJECT_ID = c.PROJECT_ID
AND b.PROJECT_ID = c.PROJECT_ID
AND c.project_type IN ('Your Project Types')
--AND CARRYING_OUT_ORGANIZATION_NAME LIKE 'Organization Name%'
--and project_number = '&PROJECT_NUMBER'

GROUP BY
C.segment1,
C.NAME,
carrying_out_organization_name,
c.project_type,

ra_invoice_number

2 comments:

Post a Comment

If you are facing any issues while copying the Code/Script or any issues with Posts, Please send a mail to OracleApp88@Yahoo.com or message me at @apps88 or +91 905 957 4321 in telegram.
Best Blogger TipsGet Flower Effect