Entries by Oracle ERP Apps Guide

, , ,

CONCSUB Utility – Run Oracle Apps Concurrent Program from OS Level

The concurrent request can be submitted via shell script. This can be done by a standard utility named CONSUB. It can be used to schedule a request too. The syntax for CONCSUB is given below: CONCSUB <APPS username>/<APPS password> <responsibility application short name> <responsibility name> <username> [WAIT=N|Y|<n seconds>] CONCURRENT <program application short name> <program name> […]

, ,

R12 – Mass Allocation in GL

The basic concept of Mass Allocation is dividing a cost on some factors. If we take a simple example then consider 3 departments X, Y and Z using a single landline telephone. Each department has 2, 3 and 6 employees respectively. The bill for month of June-09 of landlines comes out to be Rs.1700. If you have to calculate the […]

, , ,

Basics of Accounting

This is how the accounting works. Everything pertains to what an Organization owns, have and what it has to give. There is always a balance to what it owns and what it has to give. This “balance” is converted into an equation, also called the Accounting Equation, which is: ASSETS = LIABILITIES + OWNER’S EQUITY though I’ve understood it […]

, , , ,

Order Management Interview questions Part -1

1) It is possible to release an order line independently of other order lines     and order header.    Yes you can using the shipping transaction form.(From pick release you can release  complete order and not independently the lines).  Immediately after the order is booked, we can come to the shipping  transaction form, pull up […]

, , ,

How to use If Else Conditions in XML Publisher RTF Template

XML Publisher supports the common programming construct “if”,”if-then-else”. This is extremely useful when you need to test a condition and conditionally show a result. We can use if condition directly by writing <?IF?> condition <?END IF?> Example: <?if:P_PM_YN=’N’?> Yes <?end if?> But for If-else we need to use extended function.   Method 1: <?xdofx:if element_condition […]