Showing posts with label _headers_all table columns details. Show all posts
Showing posts with label _headers_all table columns details. Show all posts

Thursday, 31 May 2018

PO base tables in oracle apps r12 Complete Information's: Purchase Order Tables Complete Technical Flow


po base tables in oracle apps r12 Complete Information's

 

po_headers_all


 


This is the Purchase Order Headers Table in Oracle Apps. Here below you will find po_headers_all table columns details.
We can find the po number in po_headers_all in Segment1 Column of PO_HEADERS_ALL table.
 

 

This table have informations like PO Number, PO Type , Vendor Id ,Vendor Site Id,Currency ,PO Status.

 

 

PO_LINES_ALL

Here's Below we can find po_lines_all table description
 
This is the PO Lines Tables in Oracle Apps. In This Table We have ITem_Id , Qty , ITem Description ,UOM , UNIT_PRICE and many other important Columns.

 

 

PO_DISTRIBUTIONS_ALL


 

This Contains PO distributions Data. It handles the GL Account for the Line and Ship to locations too.



 

po_line_locations_all

This is the PO Lines Tables in Oracle Apps. In This Table We have ITem_Id , Qty , ITem Description ,UOM , UNIT_PRICE and many other important Columns. This table also provide information about total received qty against PO line and Total Invoiced Quantity too.



 

SQL Query To find the PO Lines from the Purchase Order


 

select A2.* from PO_HEADERS_ALL A1,PO_LINES_ALL A2

WHERE A1.PO_HEADER_ID=A2.PO_HEADER_ID

AND A1.SEGMENT1=:PO_NUMBER

AND A1.ORG_ID=:ORG_ID

 

SQL Query To find the PO Distributions Data from the Purchase Order


 

select A2.* from PO_HEADERS_ALL A1,PO_DISTRIBUTIONS_ALL A2

WHERE A1.PO_HEADER_ID=A2.PO_HEADER_ID

AND A1.SEGMENT1=:PO_NUMBER

AND A1.ORG_ID=:ORG_ID

 

SQL Query To find the PO Vendor Name from the Purchase Order


 

select A2.* from PO_HEADERS_ALL A1,AP_SUPPLIERS A2

WHERE A1.VENDOR_ID=A2.VENDOR_ID

AND A1.SEGMENT1=:PO_NUMBER

AND A1.ORG_ID=:ORG_ID

 

SQL Query To find the PO Vendor SITE from the Purchase Order


 

select A2.* from PO_HEADERS_ALL A1,AP_SUPPLIER_SITES_ALL A2

WHERE A1.VENDOR_SITE_ID=A2.VENDOR_SITE_ID

AND A1.SEGMENT1=:PO_NUMBER

AND A1.ORG_ID=:ORG_ID

 

 

SQL Query To find the PO Lines Inventory Items from the Purchase Order


 

select A2.* from PO_HEADERS_ALL A1,PO_LINES_ALL A2,MTL_SYSTEM_ITEMS_B A3 ,PO_DISTRIBUTIONS_ALL A4

WHERE A1.PO_HEADER_ID=A2.PO_HEADER_ID

AND A1.PO_HEADER_ID=A4.PO_HEADER_ID

AND A2.PO_LINE_ID=A4.PO_LINE_ID

AND A2.ITEM_ID=A3.INVENTORY_ITEM_ID

AND A3.ORGANIZATION_ID=A4.DESTINATION_ORGANIZATION_ID

AND A1.SEGMENT1=:PO_NUMBER

AND A1.ORG_ID=:ORG_ID

 

 

SQL Query To find the PO Buyers from the Purchase Order


 

 

SELECT A2.* FROM  PO_HEADERS_ALL A1,PER_ALL_PEOPLE_F A2

WHERE A1.AGMENT_ID=A2.PERSON_ID

AND A1.SEGMENT1=:PO_NUMBER

AND A1.ORG_ID=:ORG_ID

 

SQL Query To find the PO Receipts from the Purchase Order

 

po receipt tables in oracle apps r12


select a2.* from rcv_shipment_lines a1,rcv_shipment_headers a2 ,PO_HEADERS_ALL A3

where 1=1

and a1.SHIPMENT_HEADER_ID=a2.SHIPMENT_HEADER_ID

and a1.po_header_id=a3.po_header_id

and a3.SEGMENT1=:PO_NUMBER

 

SQL Query To find the PO Matching AP Invoice Numbers from the Purchase Order


 

select a3.* from ap_invoice_lines_all a1,ap_invoices_all a2,PO_HEADERS_ALL A3

where a1.po_header_id=a1.po_header_id

and a1.invoice_id=a2.invoice_id

and a3.SEGMENT1=:PO_NUMBER

 

 PO base tables in oracle apps r12 Complete Information's: Purchase Order Tables Complete Technical Flow

Friday, 29 December 2017

Part -1 Oracle Fusion : What is FBDI. FBDI process in oracle fusion.Step by Step to Load Suppliers Through FBDI

What is FBDI and FBDI Process in Oracle fusion .Step by Step to Load Suppliers Through FBDI.


Hi Friends, We are going to share about Oracle Fusion FBDI. We will discuss , What is FBDI and details step to load the suppliers through FBDI in Oracle Fusion. FBDI is the data uploading tool in oracle fusion. FBDI helps to upload the data in to the Oracle Fusion. Oracle fusion has provided the hundreds of FBDI data templates as per the requirement which helps to upload the different types of data in Oracle Fusion. In this post , We will discuss in more detail with complete screenshots to upload the suppliers data in Oracle Fusion FBDI.

In coming post I am going to share you all about Oracle Fusion or Oracle Cloud. In oracle fusion , oracle has given FBDI to import data from other Application or integrate oracle Application with other external applications. FBDI process in Oracle Fusion is used for Loading mass of Data. Here I will describe what is FBDI and How its work in Oracle Fusion. I will also share Step by Step to Load Suppliers Through FBDI.

Yes , In Fusion our way of working will be change. We will use new tools , new technologies(SOA,ADF,BIP,FBDI,OTBI). We use oracle cloud fbdi templates to load data in Cloud. We put data in these FBDI Templates and then upload these templates in Oracle Fusion.

Free Oracle Fusion Certifications Dump's (Click to Download)

Complete Tax Setups in Oracle Fusion

FBDI means File Based Data Import

In this post I am going to Discuss about FBDI. FBDI means File Based Data Import.

In Oracle Apps we uses Interface tables and Oracle API to insert data in Oracle Base Tables or To make integration of Oracle EBS with other software we took help from Interfaces and API.


Oracle FBDI Templates. Oracle cloud erp FBDI process detail description in the Second Part of this Post.


Really in Oracle apps , Data Loading was a complex job.

Oracle Apps Data Loading Steps

1.Prepare data Templates and get data in these templates from business for Suppliers , customer and Items.
2. Then create SQL loader programs to Load data from These Data Templates.
3.Run Custom Import programs to insert data from staging table to Interface tables.
4.Finally run import program to load data in Oracle Base tables.

But my friends in Fusion this thing will gone be easy we don't need to take lot of pain during data load. Oracle has already provided standard data templates for each module and each interface.we just need to download these data templates and put data in these data templates and upload this file to cloud and run scheduled processes to move the data in interface tables.

FBDI:-

  • Recommended for high volume data import
  • Loads data from flat files that are placed on a secure FTP server into interface tables
  •  Enterprise Scheduler Service (ESS) Jobs move data to Fusion Applications base tables
  • Interface tables and the processing job descriptions can be found in Oracle Enterprise Repository (OER)

FBDI Data Import Steps


Step-1:- Download template from Oracle Enterprise Repository (OER) 
Step-2:-Prepare Data conversion file & generate .csv & .zip files 
Step-3:-Upload the zip file to Oracle Cloud 
Step-4:-Login to Fusion Applications 
Step-5:-Submit the Load Interface File for Import process 
Step-6:-Submit the product specific import job 
Step-6:-Review output file for any errors.

Step by Step to Load Suppliers Through FBDI


Step1- First we need to download Supplier Data Template from Oracle Repository.

FBDI Template oracle


Go to this path for Oracle Repository.

Step-2:- Go to Procurement Tab as below and Click on Release 11 under File-Based Data Import.
What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI





Step-3:- Then this below screen page will open.


What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI

Step 4:- Under File-Based Data Imports click on Import Supplier Data Template.

What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI

Step-5:- Click on XLSM template and save the data Template in our Desktop.

What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI

Step-6:- This is the Below Data Template for Import Supplier.


First Tab is the Instruction tab and Second Tab is the Data Template in which we will put data for suppliers.

What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI

Oracle FBDI R13

Step-7

I am going to create TEST SUPPLIER through FBDI.

What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI


Step-8:- After Putting data in Data Template and then go back to first tab and Click on Generate CSV File button as below.


This will create PozSuppliersInt.zip file in your local system.


What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI

Step-9:- Login to Oracle Fusion and go to 'File Import and Export ' option as below.

What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI


Step-10:- Click on Create Upload
 Browse local drive to select PozSuppliersInt.zip  file

 Select Account – prc/supplier/import.
Click Save and Continue.

What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI


Step-11 :- Once the File will be Imported.

Click Navigator -> Tools -> Scheduled Process
What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI


Step-12:- Select ESS Job ‘Load Interface File for Import’
What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI


What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI


Step 13:- Go to the Procurement Module in Fusion and Select supplier.

What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI


Step:-14 : Under Supplier ==> click on Import Supplier

What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI




Step 16:-Select the Import Process ‘Import Supplier’ and your zip file uploaded in the previous step.

What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI


Step 17:- Import Suppliers Parameters

What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI


Step 18:-
Supplier Has been created as Below
What is FBDI. Step by Step to Load Suppliers Through FBDI
What is FBDI. Step by Step to Load Suppliers Through FBDI


Please share your comments and feedback about this Post.

Oracle Fusion : What is FBDI and How its work in Oracle Fusion. Step by Step to Load Suppliers Through FBDI.




To Learn OAF Online from Beginning , Please go to the OAF Tutorial


Contact us for any Collaboration, Project Support & On Job Support Work

Name

Email *

Message *