DBA Data[Home] [Help]

APPS.POR_AMENDMENT_PKG dependencies on PO_RELEASES_ALL

Line 5539: FROM po_releases_all pra,po_line_locations_all plla

5535:
5536: BEGIN
5537: SELECT Nvl(pra.authorization_status, 'INCOMPLETE')
5538: INTO l_authorization_status
5539: FROM po_releases_all pra,po_line_locations_all plla
5540: WHERE plla.line_location_id = l_line_location_id
5541: AND pra.po_release_id =plla.po_release_id ;
5542: EXCEPTION
5543: WHEN No_Data_Found THEN