DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on PO_REQUISITION_HEADERS_ALL

Line 629: FROM po_requisition_Headers_all

625:
626: -- Retrieve the calling application operating unit.
627: SELECT org_id, segment1
628: INTO l_target_org_id, g_requisition_number
629: FROM po_requisition_Headers_all
630: WHERE requisition_header_id = p_req_Header_id;
631:
632: IF l_debug_level > 0 THEN
633: oe_debug_pub.add( ' OE_GLOBALS.G_REASON_CODE for this change is '||OE_GLOBALS.G_REASON_CODE,5);