DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_PVT dependencies on DUAL

Line 2050: from dual;

2046: END IF;
2047: begin
2048: select DECODE(p_validate_only,'Y','T','N','F',p_validate_only)
2049: into l_validate_only
2050: from dual;
2051: exception
2052: when others then
2053: l_validate_only := 'T';
2054: end;

Line 2517: FROM DUAL;

2513: OE_Globals.G_ORDER_SOURCE_EDI)
2514: AND l_header_rec.xml_message_id IS NULL THEN
2515: SELECT oe_xml_message_seq_s.nextval
2516: INTO l_header_rec.xml_message_id
2517: FROM DUAL;
2518: END IF;
2519:
2520: if l_sold_to_org_id = FND_API.G_MISS_NUM then
2521: IF l_debug_level > 0 THEN