Skip Headers
Oracle® Warehouse Builder OMB*Plus Command Reference
11g Release 2 (11.2)

Part Number E14406-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
Mobi · ePub

OMBRETRIEVE CALENDAR_MODULE

Purpose

Retrieve details of a Calendar Module.

Prerequisites

Should be in the context of a Project

Syntax

retrieveCalendarClause =  OMBRETRIEVE CALENDAR "QUOTED_STRING" ( ( GET ( 
          "getCalendarPropertiesClause" | "getReferenceIconSetClause" ) ) | 
          "getSchedulePropertiesClause" )
     getCalendarPropertiesClause =  ( PROPERTIES "propertyKeyList" ) | SCHEDULES
     getReferenceIconSetClause =  ( REF | REFERENCE ) ICONSET
     getSchedulePropertiesClause =  SCHEDULE "QUOTED_STRING" GET PROPERTIES 
          "propertyKeyList"
     propertyKeyList =  "(" "propertyKey" { "," "propertyKey" } ")"
     propertyKey =  "UNQUOTED_STRING"

Parameters

retrieveCalendarClause

Retrieve the specified calendar module.

getCalendarPropertiesClause

Describe the keys of properties for the calendar object

getReferenceIconSetClause

Describe Icon Set.

getSchedulePropertiesClause

Describe the keys of properties for the schedule object

propertyKeyList

The list of property keys.

propertyKey

A property key for an object.