Showing posts with label EBS : Oracle Report. Show all posts
Showing posts with label EBS : Oracle Report. Show all posts
Saturday, 6 May 2023
Sunday, 17 October 2021
Oracle Reports : How to add Barcode in rtf Template Report
How to add Barcode in rtf Template Report
1) Create form felds , change the font and write below syntax in the field properties.
2) Font uploading and mapping in xml publisher Administrator
Subscribe to:
Posts (Atom)
FUSION: Purchasing Query
1) ---------CPA to PO Amount---------- select poh.segment1, (select sum(nvl(cpol.quantity,1)* cpol.unit_price) from po_headers_all cpoh,po...
-
1) 1) Create transient Attribute as Boolean type in your VO 2) 2) Place this syntax in a fields properties where dynamic is...
-
How to find Operating Units in Oracle Apps SELECT hr.organization_id org_id, hr.NAME operating_unit,po_moac_utils_pvt.get_ou_shortcode (or...