Oracle Designer Model,
Release 6i
Element Type Definition
| Element Type Name | PASSED_VALUE |
| Short Name | PVL |
| View Name | CI_PASSED_VALUES |
| Description | A PASSED_VALUE identifies a value passed between caller and called |
| modules linked via a MODULE_NETWORK. | |
| This can be the value passed to a MODULE_ARGUMENT in the called | |
| module (represented by sub-type ARGUMENT_PASSED_VALUE) or a value | |
| passed for a standard parameter (represented by sub-type | |
| NAMED_PASSED_VALUE). Standard parameters (eg DESTYPE, DESNNAME) | |
| are not required to be set up by the user as MODULE_ARGUMENTS. | |
| This "value passed" must be one of the following: | |
| - a literal value (eg 42 or OPEN) | |
| - the value of an item owned by a module component included | |
| in the caller module | |
| - the value of a module argument of the caller module | |
| PASSED_VALUE is a non-instantiable super-type | |
| Sub-type of | SECONDARY_ACCESS_ELEMENT |
| Non-instantiable super-type of | ARGUMENT_PASSED_VALUE |
| NAMED_PASSED_VALUE | |
| As this is a non-instantiable supertype, follow links (above) to its instantiable subtypes to find versioning information for each subtype, uniqueness criteria, API rules etc | |
| Underlying table: | SDD_PVL |
| Changes: | Summary of changes to PASSED_VALUE in Release 6i |
| Reference Properties | ||||
|---|---|---|---|---|
| Name | Opt ? | Notes | Relationship | In Arc |
| MODULE_NETWORK_REFERENCE | N |
Prompt: Module Network
Transferable only if null |
Must be passed via one and only one MODULE_NETWORK | |
| ITEM_REFERENCE | Y | Prompt: Item in Caller | May be the value of one and only one ITEM | 64 |
| MODULE_ARGUMENT_REFERENCE | Y | Prompt: Argument in Caller | May be the value of one and only one MODULE_ARGUMENT | 64 |
| Properties | |||||
|---|---|---|---|---|---|
| Name | Datatype | Opt ? | Notes | Domain | Default Value |
| CALLED_ARGUMENT_VALUE_FROM | VARCHAR2(6) | N | Arc 64 discriminator. "Logical arc" involves the reference properties ITEM_REFERENCE and MODULE_ARGUMENT_REFERENCE, and the ordinary property VALUE. One of these 3 must be populated for each PASSED_VALUE
Not displayed Uppercase System maintained Not updatable by user | APV_FROM | |
| PASSED_VALUE_TYPE | VARCHAR2(3) | N | Sub-type discriminator. Internal property indicating the type of PASSED_VALUE, ie APV or NPV
Not displayed Uppercase System maintained Not updatable by user | PASSED_VALUE_TYPE | |
| VALUE | VARCHAR2(240) | Y | Literal value to be passed to argument of called module. This property is in a logical arc with the relationships to "caller" MODULE_ARGUMENT and "caller" ITEM
Prompt: Value | ||
| PARENT_IVID | NUMBER(38, 0) | Y | Internal use only. Exists on "secondary" element types from a versioning viewpoint. Contains the IVID of the primary element type (not necessarily a PAC) forming the basis of the "versionable object" to which this element type belongs
Not displayed System maintained Updatable only if null Defined on SAC supertype | ||
| PAC_REFERENCE | NUMBER(38, 0) | Y | Internal use only. Exists on "secondary" element types from a structural viewpoint. Contains the IRID of the PAC forming the basis of the "logical object" to which this element type belongs
Not displayed System maintained Not updatable by user Defined on SAC supertype | ||
| Multi-line Text | ||
|---|---|---|
| Name | Text Type | Prompt |
| DESCRIPTION | CDIDSC | Description |
| NOTES | CDINOT | Notes |
| Other Properties |
|---|
The following 'standard' properties are also inherited by all element types:
|
Other element types that reference PASSED_VALUE:
Note: