DBA Data[Home] [Help]

APPS.BOM_CSTRPMDD_XMLP_PKG dependencies on PO_REQUISITION_HEADERS_ALL

Line 52: from po_requisition_headers_all

48: from wip_entities
49: where wip_entity_id = to_number(txn_source_id);
50: return(txn_source);
51: elsif P_TXN_SRC_TYPE_ID = 7 then select segment1 into txn_source
52: from po_requisition_headers_all
53: where requisition_header_id =
54: txn_source_id;
55: return(txn_source);
56: elsif P_TXN_SRC_TYPE_ID = 9 then