GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  Apps Technical

 Print  |  
Question:  RFQ Tables

Answer: What are RFQ tables? What is the relation between RFQ and Requisition, RFQ and Quotation?


August 08, 2009 06:14:02 #5
 Srinu_d83   Member Since: August 2009    Total Comments: 1 

RE: RFQ Tables
 

Flow of PO module:

Requisition
  |
RFQ
  |
Quotation
  |
Purchase order

Requisition
It is prepared by emp wheneve emp needs the goods
In this we have 2 types
Internal: within org
External: from outside

Tables are :
po_requisition_headers_all
po_requisition_lines_all
po_req_distributions_all

RFQ
Once req is approved..we will prepare the rfq doc which will b delivered to the customer.supplier will respond for that with quotation

Quotation
It is a doc we receive from the supplier which contains supplier code details

Tables are:
po_headers_all
po_lines-all

     

 

Back To Question