Why we enable allow dynamic inserts and what is the purpose?
What are the types of fast formulas available in hrms payroll and their details?
What is the difference between organization_id and org_id ?
Organization id is mainly related to Inventory Organization and Org_id is belongs to Operating Unit. whenever we are doing any transaction based on different inventory organization in the business tha...
org_id is belongs to operating unit level.It will be available on modules like PO, AP, AR,...... organization_id belongs to inventory level.It will be available on modules like INVENTORY,BOM,WIP
What do you mean by hz_ in customer tables ?
HZ_ stands for human Zone
HZ is a profile option. All the customer related tables starts with HZ
What is set of books ? What are the four conditions when you change your sobs?
In R12 setbooks are called as ledgers
setofbook contain 3c->currency,calendar,chartofaccounts.
ledgers contain 4c->currency,calendar,chartofaccounts,conversion methods
In R12 Set Of Books(SOB) means combination of
1)Chart of Accounts
2)currency
3)calender
4) Sub Ledger Account(SLA).
The above 4 conditions used to change the SOBs
What is the item category? What is the use of it?
Item Category is grouping of items. Item Category Sets is grouping of Item Categories. An item can belong to any number of category sets. We can assign item to one category within each category set. T...
mtl_item_categories
How to register tables and columns in aol?
Register table by using AD_DD.Register_table
and
Register column by using AD_DD.Register_column APIs
Table registration: note: connect to custom schema (wip) --wip/wip@prod 1) Create table custom_vendors 2) Grant all on custom_vendors to apps; 3) Conn apps/apps@prod 4) Create public synonym custo...
Can anybody suggest me how can the multi org. Be set up?
In R12
begin
mo_global.set_policy_context(s,orgid);
end;
"sql SELECT COUNT(*) FROM PO_HEADERS_ALL --OUTPUT =10835 SELECT COUNT(*) FROM PO_HEADERS --OUTPUT = 0 "sql DECLARE V_ORG_ID NUMBER :=FND_PROFILE....
Manadatory user exits in Oracle Apps reports
What are the manadatory user exits in Oracle Apps reports?
srwinit and srwexit
There are no mandatory exits. Without using User Exit, we can run the report in Apps.
Manadatory parameters in Oracle Apps reports
What are the manadatory parameters in Oracle Apps reports?
errbuf,retcode are the mandatory parameters...
There are no mandatory parameters . All parameters are optional including p_conc_request_id.
What is the item revision?
Item Revision:
Suppose we have an item and if it requires some changes or adding something like a new item/modification in the qty at that time we a Revision takes place called as Item Revision. It is stored in MTL_ITEM_REVISIONS.
Thanks,
Krishh
Mtl_system_items_b and mtl_system_items_kfv
What is the difference between mtl_system_items_b and mtl_system_items_kfv?
_b is the item master table and _kfv is the flex field view where we can get the concatenated segments
b for base table nd kfv for view(key flex view)
What is meant by lot and serial controlled item?
Serial controlled means a serial number is associated to each piece of the item.Attribue1 in table mtl_system_items defines if the item is serial controlled.
Master vs child organization details
Which table holds the master vs child organization details?
mtl_parameters , ORG_ORGANIZATION_DEFINITIONS
mtl_system_items_b consists all master and child items details
How to restrict the item in inv?
dropshipment
Uncheck purchasing
Which attributes need to be checked in order to get the item in PO form?
inventory
purchasing
bom
om
Master organization doesn’t have any child organizations
If master organization doesn’t have any child organizations, this will be stored in mtl_parameters or not?
Suppose if there are 100 rows and you need to retrieve one particular row without using where clause?
select rownum=1 from table;
Using Group BY and Having clause
How to implement multiorg in reports and @SQL prompt
In 11i
BEGIN
FND_CLIENT_INFO.SET_ORG_CONTEXT(204);
END;
Earlier in 11i, it was dbms_application_info.set_client_info(). But in R12, it is MO_GLOBAL.SET_POLICY_CONTEXT(S,101); --where S-For Single organization
Child field is placed in parent frame
There is parent frame and for that parent frame there is child frame, suppose child field is placed in parent frame what message you will get.
Think child frame could be repeating frame. If so it show no message.