DBA Data[Home] [Help]

APPS.OE_BULK_VALUE_TO_ID dependencies on OE_PROCESSING_MSGS

Line 2028: INSERT INTO OE_PROCESSING_MSGS

2024: -- Entity Level Validations for Adjustments
2025:
2026: l_msg_text := FND_MESSAGE.GET_STRING('ONT','OE_BULK_NOT_SUPP_ADJ_ATTRIBS');
2027:
2028: INSERT INTO OE_PROCESSING_MSGS
2029: ( request_id ,entity_code ,entity_ref ,entity_id ,header_id
2030: ,line_id ,order_source_id ,original_sys_document_ref
2031: ,original_sys_document_line_ref ,orig_sys_shipment_ref ,change_sequence
2032: ,source_document_type_id ,source_document_id ,source_document_line_id

Line 2081: -- and will create records in OE_PROCESSING_MSGS for errored records.The

2077: ---------------------------------------------------------------------
2078: -- PROCEDURE Insert_Error_Messages
2079: --
2080: -- Following procedure will check the attribute_status from the interface table
2081: -- and will create records in OE_PROCESSING_MSGS for errored records.The
2082: -- attribute for which the value_to_id conversion failed will be marked with a
2083: -- specific number in attribute_status column for every record in the interface
2084: -- tables.
2085: ---------------------------------------------------------------------

Line 2205: INSERT INTO OE_PROCESSING_MSGS

2201: l_attribute_name := OE_ORDER_UTIL.Get_Attribute_Name(l_attribute);
2202:
2203: l_msg_text := l_msg_data|| ' '||l_attribute_name;
2204:
2205: INSERT INTO OE_PROCESSING_MSGS
2206: ( request_id ,entity_code ,entity_ref ,entity_id ,header_id
2207: ,line_id ,order_source_id ,original_sys_document_ref
2208: ,original_sys_document_line_ref ,orig_sys_shipment_ref
2209: ,change_sequence ,source_document_type_id ,source_document_id