DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on PO_REQUISITION_HEADERS_ALL

Line 677: FROM po_requisition_Headers_all

673:
674: -- Retrieve the calling application operating unit.
675: SELECT org_id, segment1
676: INTO l_target_org_id, g_requisition_number
677: FROM po_requisition_Headers_all
678: WHERE requisition_header_id = p_req_Header_id;
679:
680: IF l_debug_level > 0 THEN
681: oe_debug_pub.add( ' OE_GLOBALS.G_REASON_CODE for this change is '||OE_GLOBALS.G_REASON_CODE,5);