Following are the BOM main tables.
bom_bill_of_materials
bom_inventory_components
bom_reference_designators
bom_substitute_components
mtl_item_revisions
bom_operational_routings
bom_operation_sequences
bom_operation_resources
BOM_BILL_OF_MTLS_INTERFACE
BOM_INVENTORY_COMPS_INTERFACE
BOM_REF_DESGS_INTERFACE
BOM_SUB_COMPS_INTERFACE
MTL_ITEM_REVISIONS_INTERFACE
BOM_OP_ROUTINGS_INTERFACE
BOM_OP_SEQUENCES_INTERFACE
BOM_OP_RESOURCES_INTERFACE
MTL_RTG_ITEM_REVS_INTERFACE...
Hello and Welcome to "Simplifying Oracle E Business Suite". This blog is dedicated to share Oracle Apps Knowledge related to Oracle apps E Business Suite's Order Management, Procurement, Inventory, WMS, Supplier Scheduling, OSP, Sys Admin, Useful SQL Queries etc
Showing posts with label Technical. Show all posts
Showing posts with label Technical. Show all posts
Saturday, November 8, 2014
Tuesday, October 14, 2014
Tuesday, July 22, 2014
SQL Query to find out Parameters and Value Sets associated with a Concurrent Program
SELECT
fcpl.user_concurrent_program_name "Concurrent Program Name",
fcp.concurrent_program_name "Short Name",
fdfcuv.column_seq_num "Column Seq Number",
fdfcuv.end_user_column_name "Parameter Name",
fdfcuv.form_left_prompt...
Monday, July 21, 2014
How to make a Oracle form 'Query Only'

There are
many ways in which we can make a form Query only. We are going to discuss two
1) Using parameter QUERY_ONLY=YES
2) using Form Personalization
Method 1: Using parameter QUERY_ONLY=YES
Lets...
Important WF tables
WF_USER_ROLE_ASSIGNMENTS stores information about the direct and inherited assignments of users to roles in Oracle .
WF_USER_ROLES stores associations of users with the roles of which they are members.
WF_ROLES...
Friday, July 18, 2014
R12 SQL Query to differentiate Customer and Suppliers Data
select * from (
select hp.party_number,hp.party_name,hp.status,decode(nvl(hpu.party_usage_code,hp.party_type),'ORGANIZATION','CUSTOMER',nvl(hpu.party_usage_code,hp.party_type)) party_type
from...
Important HRMS Tables
per_all_people_f
This table is used to store employee related data.
per_all_assignments_f
This table store employee assignment related information and connected to per_all_people_f...
Friday, June 27, 2014
Sql query for relation between Business Group, Legal Entity, Operating Unit and Balancing segment
select HRL.COUNTRY, HROUTL_BG.name BG, HROUTL_BG.ORGANIZATION_ID, LEP.LEGAL_ENTITY_ID, LEP.name LEGAL_ENTITY, HROUTL_OU.name OU_NAME, HROUTL_OU.ORGANIZATION_ID ORG_ID, ...
SQL Query To Check Form Personalizations
SELECT ffcr.SEQUENCE "Seq", ffcr.description "Description",
DECODE (ffcr.rule_type,
'F', 'Form',
...
Tuesday, June 3, 2014
PO Interface Tables
PO_HEADERS_INTERFACE is used to import Purchase Order's Header Level Information
PO_LINES_INTERFACE is used to import Purchase order's line level information.
PO_DISTRIBUTIONS_INTERFACE is used to...
Wednesday, April 9, 2014
How to Find the Table name on OAF Page

Step 1) Set the profile option "FND: Diagnostics" at User Level to "Yes"
set FND : Diagnostics
Step 2) Navigate to respective OAF page and Click "About this Page" link at the bottom as...
Subscribe to:
Posts (Atom)
Disclaimer
All content provided on this blog is for informational purposes only. The owners of this blog makes no representations as to the accuracy or completeness of any information on this site or found by following any link on this site. All trademarks, trade names, service marks, copyrighted work and logos referenced here - belong to their respective owners.If you want to report any content that is violating copyright law and you want us to remove it, please contact us.