Geeks Talk

Prepare for your Next Interview




related to PO

This is a discussion on related to PO within the Oracle Apps forums, part of the Enterprise Solutions category; how we can find purchase order for particular requisition from backend....


Go Back   Geeks Talk > Enterprise Solutions > Oracle Apps

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-18-2008
Junior Member
 
Join Date: Aug 2007
Location: india
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
kanti is on a distinguished road
Question related to PO

how we can find purchase order for particular requisition from backend.

Last edited by kanti : 02-18-2008 at 04:47 AM.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-21-2008
Junior Member
 
Join Date: Dec 2007
Location: india
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
AshishD is on a distinguished road
Re: related to PO

Try this


SELECT
prha.requisition_header_id req_id
prha.segment1 req_num,
prha.org_id pr_ou,
poh.segment1 po_num,
poh.org_id po_ou
FROM
apps.po_requisition_headers_all prha,
apps.po_requisition_lines_all prla,
apps.po_req_distributions_all prda,
apps.po_distributions_all pda,
apps.po_line_locations_all poll,
apps.po_lines_all pol,
apps.po_headers_all poh
WHERE poh.segment1 = '&po_number'
AND poh.po_header_id = pol.po_header_id
AND pol.po_line_id = poll.po_line_id
AND poll.line_location_id = pda.line_location_id
AND pda.req_distribution_id = prda.distribution_id
AND prda.requisition_line_id = prla.requisition_line_id
AND prla.requisition_header_id = prha.requisition_header_id
Reply With Quote
  #3 (permalink)  
Old 02-24-2008
Junior Member
 
Join Date: Aug 2007
Location: india
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
kanti is on a distinguished road
Re: related to PO

hi ashish

Thank u for reply.

Chargeaccount where it will store in which table and column.

As per my knowledge, gl_code_combinations and in segments.

What is mtl_generic_deposition table. This is account alias.
What is use of this table.
Reply With Quote
  #4 (permalink)  
Old 03-10-2008
Junior Member
 
Join Date: Dec 2007
Location: india
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
AshishD is on a distinguished road
Re: related to PO

Hi Kanti,
Sorry for late reply.....

MTL_GENERIC_DISPOSITIONS is alias table in whhich disposition_id is PK and by this (SEGMENT1)name we can refer to GL account in transactions.

Thanks
Ashish D
Reply With Quote
Reply

  Geeks Talk > Enterprise Solutions > Oracle Apps


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Related to research Thangamani.P C and C++ 0 10-05-2007 10:05 AM
QTP related rvasantha QTP 3 08-21-2007 06:47 AM
c coding related.! kamanianil C and C++ 0 08-07-2007 06:32 AM
c++ related. kamanianil PeopleSoft 1 07-31-2007 06:30 AM
Java related annaannam Java 1 05-25-2007 06:19 AM


All times are GMT -4. The time now is 06:21 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved