Sie sind auf Seite 1von 3

D o

HOME

y o u

w a n t

ABOUT ME: SHAILENDER THALLAM

CONTACT

t o

m e e t

y o u r

f e l l o wF a Oc re ab c o l oe k

ORACLE APPS INTERVIEW QUESTIONS

A p p s

C o n s u

Search the archive...

Home Inventory

WhsteD
iafertn
icebew
teen
Avao
laR
b
etilesevre
&
Avao
laT
b
etiarlnsact
31 DECEMBER 2014

Recent Posts

71 VIEWS

0 COMMENTS

ARTICLE BY SHAILENDER THALLAM

Migration for Oracle EBS


Deliver Zero Error EBS migrations for the cost of your daily coffee

Available to Transact = Quantity already reserved and ready to transact


Available to Reserve = (Total Quantity in Reservable Subinventory) (Total Quantity of the Item in the
MTL_RESERVATIONS table)
or
(Quantity in your onhand) (Quantity already reserved for other orders)

How to Calculate the quantity


SELECT SUM(transaction_quantity) INTO TR_QTY
FROM
MTL_ONHAND_QUANTITIES_DETAIL

W hat is the role of a Functional Consultant in


Support and Implementation Project?
API approach to find On Hand Quantity of an
Item
W hat is the Difference betw een Available to
Reserve & Available to Transact
W hat is BULK COLLECT? How and W hy do w e
need to use it?
Frequently asked SQL Interview Questions
on EMP, DEPT table
Top PL/SQL Interview Questions w ith
Answ ers
W hy cant w e use SQLERRM and SQLCODE in
INSERT Statement?
FND_GLOBAL and FND_PROFILE: Import List
of System Global values
XML Publisher Interview Questions w ith
Answ ers
MD50, MD70 and MD120 Templates Free
Dow nload
How to Schedule a concurrent program from
Backend
SQL Query to find Status of Inventory
Accounting Periods

WHERE
inventory_item_id = :INVENTORY_ITEM_ID
AND organization_id =:P_ORG_ID ;

--SELECT SUM(RESERVATION_QUANTITY)INTO TR_QTY_B


FROM MTL_RESERVATIONS
WHERE inventory_item_id = :INVENTORY_ITEM_ID
AND organization_id = :P_ORG_ID ;
--SELECT SUM(transaction_quantity) INTO TR_QTY_C
FROM

STAY CONNECTED
Subscribe FREE updates on your Email | RSS
Enter your email address

Subscribe

My Sponsers~!

MTL_ONHAND_QUANTITIES_DETAIL
WHERE inventory_item_id = :INVENTORY_ITEM_ID
AND organization_id = :P_ORG_ID
AND subinventory_code IN (SELECT SECONDARY_INVENTORY_NAME

FROM
MTL_SECONDARY_INVENTORIES
WHERE organization_id =:P_ORG_ID
AND reservable_type = 2');

Available_to_transact = nvl(TR_QTY,0) nvl(TR_QTY_B,0);


Available_to_reserve = nvl(TR_QTY,0) (nvl(TR_QTY_B,0)+ nvl(TR_QTY_C,0));
To find Available_to_transact and Available_to_reserve using API approach, follow this article: API
approach to find On Hand Quantity of an Item

For Further Reading


1. 11 Reasons for a Sales Order to get Backordered!
2. API for UOM Conversion
3. How to make a Product(item) available for iStore?

Recent Posts from this Category


W hat is the role of a Functional Consultant in
Support and Implementation Project?
API approach to find On Hand Quantity of an
Item
W hat is the Difference betw een Available to
Reserve & Available to Transact
W hat is BULK COLLECT? How and W hy do w e

converted by W eb2PDFConvert.com

EBS Reporting
Webinar

need to use it?


Frequently asked SQL Interview Questions
on EMP, DEPT table
Top PL/SQL Interview Questions w ith
Answ ers
W hy cant w e use SQLERRM and SQLCODE in
INSERT Statement?
FND_GLOBAL and FND_PROFILE: Import List
of System Global values
XML Publisher Interview Questions w ith
Answ ers
MD50, MD70 and MD120 Templates - Free
Dow nload

Oracle Apps DNA . Com


Like

Join Us for Our Oracle E-Business


Suite Reporting Tool Webinar.

170 people like Oracle Apps DNA . Com.

Tag Cloud

Categories

back to back order


concurrent manager
C ost Manager
Diagnostics
dropshipment Errbuf

Facebook social plugin

Alerts (1)
AOL and SYSADMIN
(29)
AOL SQL Scripts
(20)
APIs (3)
FNDLOAD download
Business Events
FNDLOAD upload
(2)
FND_DEVELOPER_MODE
FND_DEVELOPER_MODE
Custom PLL (1)
in routine
HRMS (4)
Interview
Questions (5)
How to port reports
Inventory (7)
from one instance to
another HRMS Profile
iRecruitment (1)
Options iStore items
iStore (1)
not available ldt files
OAF (4)
Line Status Flow MOAC
Move Transaction
Oracle Apps Basics
Manager O2C C ycle
(16)
Oracle Logo Pending
Oracle Learning
Resource Transactions
Management (4)
personalization pl/sql
procedures porting
Oracle SQL (13)
reports profileoption
Order Management
Profile options Reports
(11)
Retcode Sales Order
Personalizations
line Status Flow Ship
(4)
C onfirm button greyed
Shipping Transactions
PL/SQL (10)
form table suffix
WIP_C OST_TXN_INTERFAC E Profile Options (5)
_A _AC N _ALL _AVN
Purchasing (3)
_B _F _S _TL _V _VL
Receivables (1)
Reports (2)
COPYRIGHT
Security (1)
Shipping Execution
(2)
This w ork is licensed
under a Creative
Unix / Shell Scripts
Commons(1)
NonCommercial 2.5
W IP Jobs (1)
License.
W orkflow s (12)
XMLP (9)

FNDLOAD
WOW! Did you like this post? We'll send more interesting posts like What is the Difference between
Available to Reserve & Available to Transact to you!
Enter your Email Address:
Enter your email address Subscribe Me!

Recent Posts
W hat is the role of a Functional Consultant
in Support and Implementation Project?
API approach to find On Hand Quantity of
an Item
W hat is the Difference betw een Available
to Reserve & Available to Transact
W hat is BULK COLLECT? How and W hy do
w e need to use it?
Frequently asked SQL Interview Questions
on EMP, DEPT table
Top PL/SQL Interview Questions w ith
Answ ers
W hy cant w e use SQLERRM and SQLCODE
in INSERT Statement?
FND_GLOBAL and FND_PROFILE: Import
List of System Global values

Most Viewed
[Decrypting User Passw ord]How to find
passw ord of a User in Oracle Apps R12? 12,349 view s
Top PL/SQL Interview Questions w ith
Answ ers - 8,645 view s
SQL Query to list Active Responsibilities of
a Active User - 8,597 view s
Useful Information about W orkflow
Background Process Concurrent Program 8,128 view s
Order to Cash Technical Flow - 7,506
view s
How costing is performed on Inventory
Material Transactions - 7,332 view s
Information about Oracle APIs and How to
find APIs of Oracle Modules? - 7,105 view s

XML Publisher Interview Questions w ith


Answ ers

Purpose of Formula column, Summary


column and Place Holder column in Oracle
Reports - 6,672 view s

MD50, MD70 and MD120 Templates Free


Dow nload

11 Reasons for a Sales Order to get


Backordered! - 5,022 view s
RICE, CEMLI Terminology in Oracle Apps 4,933 view s

fnd_request.submit_reques

Recent Comments

Recent Comments
Shashi Kiran One more reason for
backorder: In an Oracle W arehouse
Management enabled organization,
you must specify the staging subinventory
and locator w ithin the pick release criteria.
If you fail to specify...
11 Reasons for a Sales O rder to get
Back ordered! 4 days ago

Shailender Thallam Sure Prashant, I


w ill make some effort to w rite on
Interfaces and Conversions.
W hat is the role of a Functional Consultant in
Support and Im plem entation Project? 1 week
ago

Shailender Thallam Hello Rambo,


Since the records are in 'Ready'
status, I hope scheduling three
separate W orkflow Background processes
- one each for timeout, deferred and stuck
w ould solve the problem. Thanks,...
Useful Inform ation about W ork flow Back ground
Process Concurrent Program 1 week ago

Rambo hi, Thanks for sharing this


useful information. In my
environment w e alw ays have very
high ready count w hen I check from
w f_deferred_table_m (more than 70K
sometimes). W hat do you suggest in
this...
Useful Inform ation about W ork flow Back ground
Process Concurrent Program 1 week ago

converted by W eb2PDFConvert.com

OracleAppsDNA
2014 OracleAppsDNA. Opinions expressed here are strictly those of the ow ner, Shailender
Thallam, and those of the commenters. Articles cannot be reproduced w ithout permission from the
author.

converted by W eb2PDFConvert.com

Das könnte Ihnen auch gefallen