OracleAppsToday

All about Oracle Apps. API examples, Codes and tweaks, Commands, Tips and Tricks

Wednesday, January 28, 2015

Query to find the parent request id recursively

›
SELECT request_id,   description FROM fnd_concurrent_requests WHERE NVL (request_type, 'X')        = 'M'   CONNECT BY PR...
Wednesday, November 19, 2014

Credit Card Validation Oracle EBS R12

›
Introduction Have you ever encountered the below validation failure for credit card in EBS R12. Validation failed for the field - Credi...
Tuesday, November 18, 2014

Query to find Credit Card Type in EBS R12

›
To Check the Valid Credit Card Type in R12. Execute the query below. SELECT lookup_code,       meaning,       enabled_flag,       star...
1 comment:
Sunday, November 9, 2014

Types of Invoice Class in AR Transaction

›
Invoice : A document that you create that lists amounts owed for the purchases of goods or services, any tax, freight charges and payment te...
6 comments:
Monday, October 27, 2014

Cash Flow Statements : Accounting Basics Day 9

›
Introduction Cash flow statement provides considerable information about what is really happening in a business beyond that contained in...
1 comment:
Friday, October 17, 2014

Query to derive Qualifier Attribute and Context from Modifier Name

›
Query : SELECT    c.list_line_no "Modifier Line No",   b.name "Modifier Name",   b.description  "Modifier Desc...
Wednesday, October 15, 2014

The Treatment given to Adjusting entries

›
Below is the chart to identify how adjusting entities are marked in accounting. Click here to go back to Accounting Basics Day 8...
Tuesday, October 14, 2014

Adjusting Entries : Accounting Basics Day 8

›
Introduction  Adjusting Entries are journal entries made at the end of the accounting period to allocate revenue and expenses to the perio...
Sunday, October 12, 2014

Balance sheet

›
A Balance sheet or statement of financial position is a summary of the financial balances of a sole proprietorship, a business partnership o...
Saturday, October 11, 2014

Profit and Loss Account

›
After calculating the gross profit or gross loss the next step is to prepare the profit and loss account. To earn net profit a trader has t...
‹
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.