Oracle Application Blog

OpenReceipt Report DescriptionThis Open Receipt Re…

Open Receipt Report Description This Open Receipt Report is used to review a list of receipts which are in open status for the date  range that you specify. SELECT coll.coll_name…

Read More

Learning Pentaho It’seasy to start and learn Penta…

Learning Pentaho It’s easy to start and learn Pentaho on its own. In-build sample code and easy to connect various database with drag and drop option base on Java. Adding…

Read More

AR Selected InvoicesPrintDescriptionQueries t…

     AR Selected Invoices Print Description Queries to get AR Selected Invoices. /* Adjustments */ SELECT line_adjusted adj_line, tax_adjusted adj_tax,        freight_adjusted adj_freight, adj.amount adj_amount,        l1.meaning adj_type, l2.meaning…

Read More

PurchaseOrder (With Requisition Preparer) D…

  Purchase Order (With Requisition Preparer)      Description To fetch the Purchase Order along with Requisition Preparer details we can use the following queries. /* Query 1 To Fetch Cancel PO*/ SELECT…

Read More

Accounts Payable Trial BalanceReportDescriptionAcc…

Accounts Payable Trial Balance Report Description Account Payable Trial Balance Report meant to verify that total accounts payable liabilities in Payables equal those in the general ledger. Before closing a…

Read More

Payables AccountingEntries ReportDescriptionTherep…

Payables Accounting Entries Report Description The report lists in detail any transactions that have been accounted with error and all entries that could not be transferred to the general ledger…

Read More

TrialBalance – Detail Report DescriptionOracleGene…

Trial Balance – Detail Report Description Oracle General Ledger Trial Balance report is used to satisfy legal, statutory, and internal management reporting requirements in Portugal. There are five separate reports with…

Read More

Radio group with dynamic help text in Oracle APEX 4.2 using CSS

Objective: To show dynamic help text in radio group item in Oracle APEX 4.2 using CSS. Solution: Step 1: Create Radio group item. Step 2: Use below query in radio…

Read More

Page refresh button in Oracle APEX 4.2 using JS

Objective: To refresh oracle APEX application page using JavaScript. Solution: If you want to create a page refresh button inside your APEX page you need to add the following things…

Read More

Report Layouts and Report Queries in Oracle APEX 4.2

Objective: To create PDF, Excel, RTF, HTML reports using report Layouts and report Queries in Oracle APEX 4.2. Solution: Step 1: Go to Shared Components Step 2: Use below query…

Read More