DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_PVT dependencies on DUAL

Line 2062: from dual;

2058: END IF;
2059: begin
2060: select DECODE(p_validate_only,'Y','T','N','F',p_validate_only)
2061: into l_validate_only
2062: from dual;
2063: exception
2064: when others then
2065: l_validate_only := 'T';
2066: end;

Line 2529: FROM DUAL;

2525: OE_Globals.G_ORDER_SOURCE_EDI)
2526: AND l_header_rec.xml_message_id IS NULL THEN
2527: SELECT oe_xml_message_seq_s.nextval
2528: INTO l_header_rec.xml_message_id
2529: FROM DUAL;
2530: END IF;
2531:
2532: if l_sold_to_org_id = FND_API.G_MISS_NUM then
2533: IF l_debug_level > 0 THEN