DBA Data[Home] [Help]

APPS.BOM_CSTRPMDD_XMLP_PKG dependencies on WIP_ENTITIES

Line 48: from wip_entities

44: where po_header_id = to_number(txn_source_id);
45: return(txn_source );
46: elsif P_TXN_SRC_TYPE_ID = 5 then
47: select wip_entity_name into txn_source
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

Line 670: RETURN (', wip_entities wipe');

666: IF P_SOURCE_TYPE_ID = 1 AND (P_SOURCE_HI IS NOT NULL OR P_SOURCE_LO IS NOT NULL) THEN
667: RETURN (', po_headers_all poh');
668: END IF;
669: IF P_SOURCE_TYPE_ID = 5 AND (P_SOURCE_HI IS NOT NULL OR P_SOURCE_LO IS NOT NULL) THEN
670: RETURN (', wip_entities wipe');
671: END IF;
672: IF P_SOURCE_TYPE_ID = 7 AND (P_SOURCE_HI IS NOT NULL OR P_SOURCE_LO IS NOT NULL) THEN
673: RETURN (', po_requisition_headers prh');
674: END IF;