DBA Data[Home] [Help]

APPS.OE_BLANKET_PUB dependencies on DUAL

Line 475: FROM DUAL;

471: IF l_header_rec.operation = OE_Globals.G_OPR_CREATE THEN
472: -- Pre-default header_id for proper message display
473: SELECT OE_ORDER_HEADERS_S.NEXTVAL
474: INTO l_header_rec.header_id
475: FROM DUAL;
476: oe_debug_pub.add('Set Message Context');
477:
478: OE_MSG_PUB.set_msg_context(
479: p_entity_code => 'BLANKET_HEADER'

Line 540: FROM DUAL;

536:
537: -- Pre-default header_id for proper message display
538: SELECT OE_ORDER_LINES_S.NEXTVAL
539: INTO l_line_tbl(l_count).line_id
540: FROM DUAL;
541:
542: END IF;
543:
544: oe_debug_pub.add('In Lines Loop');