|
|
Partner 1.0 |
Title: Partner details
Partner detail form making available viewing and editing partner base data (name, sex) and partner address information. The address block is a standard RLB (referencing listing block) of the CORE.
The form uses sequences in the two editing block's ID fields loading values with .nextval.

The object is subclassed.
|
|||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||
Subelements:
Name |
Comment |
|
This trigger can be customized according to the task the form attends. |
|
|
|
|
|
|
|
|
|
|
|
CORE_SAVE_EXIT |
Not documented here(excluded). |
|
|
Name |
Comment |
|
|
|
|
|
Name |
Comment |
|
The main block containing the partner's vital data. |
|
|
Block for the addresses of the partner. |
|
|
CORE_ST_HTBAR |
Not documented here(excluded). |
Name |
Comment |
|
The main canvas showing all of the data fields. |
|
|
CORE_ST_HTBAR |
Not documented here(excluded). |
Name |
Comment |
|
|
Name |
Comment |
|
CORE_DTLF_CFRM_ID |
Not documented here(excluded). |
|
CORE_DTLF_CMODE |
Not documented here(excluded). |
|
CORE_DTLF_OBJ_ID |
Not documented here(excluded). |
Name |
Comment |
|
|
|
|
|
|
|
|
Name |
Comment |
|
CORE_RLB_CREC_NORMAL |
Not documented here(excluded). |
|
CORE_RLB_CREC_EQUERY |
Not documented here(excluded). |
Name |
Comment |
|
|
Trigger PRE-FORM
This trigger can be customized according to the task the form attends. Customizations may take place AFTER the core function call in order to let the core form management system do its initialisation.
The object is subclassed. The subclassing takes effect by the owner's (PART_PARTNER_DTL) subclassing properties.
|
|
||||||||||||||||||
Trigger WHEN-NEW-FORM-INSTANCE
The object is subclassed. The subclassing takes effect by the owner's (PART_PARTNER_DTL) subclassing properties.
|
|
||||||||||||||||||
Trigger KEY-COMMIT
The object is subclassed. The subclassing takes effect by the owner's (PART_PARTNER_DTL) subclassing properties.
|
|
||||||||||||||||||
Trigger KEY-EXIT
The object is subclassed. The subclassing takes effect by the owner's (PART_PARTNER_DTL) subclassing properties.
|
|
||||||||||||||||||
Trigger ON-CLEAR-DETAILS
|
|
||||||||||||||||||
Attached Library CORE_FRM
|
|||||||||
Attached Library CORE_DTLF
|
|||||||||
Data Block PART_PARTNER
The main block containing the partner's vital data.
The object is subclassed.
|
|||||||||||
|
|
||||||||||||||||||||||||||||||
Subelements:
Name
Comment
Name
Comment
The ID of the partner.
The first name of the partner.
The last name of the partner.
The sex of the partner.
Name
Comment
Trigger ON-POPULATE-DETAILS
Trigger properties
Value
Trigger Style PL/SQL Fire in Enter-Query Mode yes Execution Hierarchy Override
Trigger properties
Value
Display in 'Keyboard Help' no 'Keyboard Help' Text Trigger PRE-DELETE
Trigger properties
Value
Trigger Style PL/SQL Fire in Enter-Query Mode yes Execution Hierarchy Override
Trigger properties
Value
Display in 'Keyboard Help' no 'Keyboard Help' Text Item ID
The ID of the partner. Not shown for the user. Filled out automatically by the form.
Item properties
Value
Item Type Text Item Enabled yes Justification Start Implementation Class Multi-Line no Wrap Style Word Case Restriction Mixed Conceal Data no Keep Cursor Position no Automatic Skip no Popup Menu Keyboard Navigable yes Mouse Navigate yes Data Type Number Maximum Length 11 Initial Value Required yes Format Mask Lowest Allowed Value Highest Allowed Value Copy Value from Item
Item properties
Value
Synchronize with Item Number of Items Displayed 0 Database Item yes Column Name ID Primary Key no Query Only no Query Allowed yes Query Length 0 Case Insensitive Query no Insert Allowed yes Update Allowed yes List of Values Validate from List no Editor Visible yes Canvas Tab Page Visual Attribute Group DEFAULT Prompt Id Hint Tooltip Subelements:
Item FIRST
The first name of the partner.
Item properties
Value
Item Type Text Item Enabled yes Justification Start Implementation Class Multi-Line no Wrap Style Word Case Restriction Mixed Conceal Data no Keep Cursor Position no Automatic Skip no Popup Menu Keyboard Navigable yes Mouse Navigate yes Data Type Char Maximum Length 36 Initial Value Required yes Format Mask Lowest Allowed Value Highest Allowed Value Copy Value from Item
Item properties
Value
Synchronize with Item Number of Items Displayed 0 Database Item yes Column Name FIRST Primary Key no Query Only no Query Allowed yes Query Length 0 Case Insensitive Query no Insert Allowed yes Update Allowed yes List of Values Validate from List no Editor Visible yes Canvas MAIN Tab Page Visual Attribute Group DEFAULT Prompt First name Hint Tooltip Subelements:
Item LAST
The last name of the partner.
Item properties
Value
Item Type Text Item Enabled yes Justification Start Implementation Class Multi-Line no Wrap Style Word Case Restriction Mixed Conceal Data no Keep Cursor Position no Automatic Skip no Popup Menu Keyboard Navigable yes Mouse Navigate yes Data Type Char Maximum Length 36 Initial Value Required yes Format Mask Lowest Allowed Value Highest Allowed Value Copy Value from Item
Item properties
Value
Synchronize with Item Number of Items Displayed 0 Database Item yes Column Name LAST Primary Key no Query Only no Query Allowed yes Query Length 0 Case Insensitive Query no Insert Allowed yes Update Allowed yes List of Values Validate from List no Editor Visible yes Canvas MAIN Tab Page Visual Attribute Group DEFAULT Prompt Last name Hint Tooltip Subelements:
Item SEX
The sex of the partner. Implemented with a combobox.
Item properties
Value
Item Type List Item Enabled yes List Style Poplist Implementation Class Case Restriction Mixed Popup Menu Keyboard Navigable yes Mouse Navigate yes Data Type Char Maximum Length 1 Initial Value Required yes Copy Value from Item Synchronize with Item Number of Items Displayed 0
Item properties
Value
Database Item yes Column Name SEX Primary Key no Query Only no Query Allowed yes Insert Allowed yes Update Allowed yes Visible yes Canvas MAIN Tab Page Visual Attribute Group DEFAULT Prompt Sex Hint Tooltip Subelements:
Relation PART_PARTNER_PART_PARTNER_ADDR
Relation properties
Value
Relation Type Join Detail Data Block PART_PARTNER_ADDR Join Condition PART_PARTNER_ADDR.PARTNER_ID = PART_PARTNER.ID Delete Record Behavior Cascading
Relation properties
Value
Prevent Masterless Operations yes Deferred no Automatic Query yes
Data Block PART_PARTNER_ADDR
Block for the addresses of the partner.
The object is subclassed.
|
|||||||||||
|
|
||||||||||||||||||||||||||||||
Subelements:
Name
Comment
Name
Comment
The ID of the address item.
The ID of the partner the address belongs to.
The street address
The name of the city.
The name of the state (US / CAN)
The name of the country.
Trigger WHEN-NEW-RECORD-INSTANCE
The object is subclassed. The subclassing takes effect by the owner's (PART_PARTNER_ADDR) subclassing properties.
Trigger properties
Value
Trigger Style PL/SQL Fire in Enter-Query Mode yes Execution Hierarchy Override
Trigger properties
Value
Display in 'Keyboard Help' no 'Keyboard Help' Text Trigger WHEN-NEW-BLOCK-INSTANCE
The object is subclassed. The subclassing takes effect by the owner's (PART_PARTNER_ADDR) subclassing properties.
Trigger properties
Value
Trigger Style PL/SQL Fire in Enter-Query Mode yes Execution Hierarchy Override
Trigger properties
Value
Display in 'Keyboard Help' no 'Keyboard Help' Text Trigger POST-BLOCK
The object is subclassed. The subclassing takes effect by the owner's (PART_PARTNER_ADDR) subclassing properties.
Trigger properties
Value
Trigger Style PL/SQL Fire in Enter-Query Mode yes Execution Hierarchy Override
Trigger properties
Value
Display in 'Keyboard Help' no 'Keyboard Help' Text Item ID
The ID of the address item. Filled out automatically by the system.
Item properties
Value
Item Type Text Item Enabled yes Justification Start Implementation Class Multi-Line no Wrap Style Word Case Restriction Mixed Conceal Data no Keep Cursor Position no Automatic Skip no Popup Menu Keyboard Navigable yes Mouse Navigate yes Data Type Number Maximum Length 11 Initial Value :sequence.part_part_addr_id_sq.nextval Required yes Format Mask Lowest Allowed Value Highest Allowed Value Copy Value from Item
Item properties
Value
Synchronize with Item Number of Items Displayed 0 Database Item yes Column Name ID Primary Key no Query Only no Query Allowed yes Query Length 0 Case Insensitive Query no Insert Allowed yes Update Allowed yes List of Values Validate from List no Editor Visible yes Canvas Tab Page Visual Attribute Group DEFAULT Prompt Id Hint Tooltip Subelements:
Item PARTNER_ID
The ID of the partner the address belongs to. Filled out automatically by the system.
Item properties
Value
Item Type Text Item Enabled yes Justification Start Implementation Class Multi-Line no Wrap Style Word Case Restriction Mixed Conceal Data no Keep Cursor Position no Automatic Skip no Popup Menu Keyboard Navigable yes Mouse Navigate yes Data Type Number Maximum Length 11 Initial Value Required no Format Mask Lowest Allowed Value Highest Allowed Value Copy Value from Item PART_PARTNER.ID
Item properties
Value
Synchronize with Item Number of Items Displayed 0 Database Item yes Column Name PARTNER_ID Primary Key no Query Only no Query Allowed yes Query Length 0 Case Insensitive Query no Insert Allowed yes Update Allowed yes List of Values Validate from List no Editor Visible yes Canvas Tab Page Visual Attribute Group DEFAULT Prompt Partner Id Hint Tooltip Subelements:
Item ADDR
The street address
Item properties
Value
Item Type Text Item Enabled yes Justification Start Implementation Class Multi-Line no Wrap Style Word Case Restriction Mixed Conceal Data no Keep Cursor Position no Automatic Skip no Popup Menu Keyboard Navigable yes Mouse Navigate yes Data Type Char Maximum Length 100 Initial Value Required yes Format Mask Lowest Allowed Value Highest Allowed Value Copy Value from Item
Item properties
Value
Synchronize with Item Number of Items Displayed 0 Database Item yes Column Name ADDR Primary Key no Query Only no Query Allowed yes Query Length 0 Case Insensitive Query no Insert Allowed yes Update Allowed yes List of Values Validate from List no Editor Visible yes Canvas MAIN Tab Page Visual Attribute Group DEFAULT Prompt Addr Hint Tooltip Subelements:
Item CITY
The name of the city.
Item properties
Value
Item Type Text Item Enabled yes Justification Start Implementation Class Multi-Line no Wrap Style Word Case Restriction Mixed Conceal Data no Keep Cursor Position no Automatic Skip no Popup Menu Keyboard Navigable yes Mouse Navigate yes Data Type Char Maximum Length 100 Initial Value Required yes Format Mask Lowest Allowed Value Highest Allowed Value Copy Value from Item
Item properties
Value
Synchronize with Item Number of Items Displayed 0 Database Item yes Column Name CITY Primary Key no Query Only no Query Allowed yes Query Length 0 Case Insensitive Query no Insert Allowed yes Update Allowed yes List of Values Validate from List no Editor Visible yes Canvas MAIN Tab Page Visual Attribute Group DEFAULT Prompt City Hint Tooltip Subelements:
Item STATE
The name of the state (US / CAN)
Item properties
Value
Item Type Text Item Enabled yes Justification Start Implementation Class Multi-Line no Wrap Style Word Case Restriction Mixed Conceal Data no Keep Cursor Position no Automatic Skip no Popup Menu Keyboard Navigable yes Mouse Navigate yes Data Type Char Maximum Length 100 Initial Value Required no Format Mask Lowest Allowed Value Highest Allowed Value Copy Value from Item
Item properties
Value
Synchronize with Item Number of Items Displayed 0 Database Item yes Column Name STATE Primary Key no Query Only no Query Allowed yes Query Length 0 Case Insensitive Query no Insert Allowed yes Update Allowed yes List of Values Validate from List no Editor Visible yes Canvas MAIN Tab Page Visual Attribute Group DEFAULT Prompt State Hint Tooltip Subelements:
Item COUNTRY
The name of the country.
Item properties
Value
Item Type Text Item Enabled yes Justification Start Implementation Class Multi-Line no Wrap Style Word Case Restriction Mixed Conceal Data no Keep Cursor Position no Automatic Skip no Popup Menu Keyboard Navigable yes Mouse Navigate yes Data Type Char Maximum Length 100 Initial Value Required yes Format Mask Lowest Allowed Value Highest Allowed Value Copy Value from Item
Item properties
Value
Synchronize with Item Number of Items Displayed 1 Database Item yes Column Name COUNTRY Primary Key no Query Only no Query Allowed yes Query Length 0 Case Insensitive Query no Insert Allowed yes Update Allowed yes List of Values Validate from List no Editor Visible yes Canvas MAIN Tab Page Visual Attribute Group DEFAULT Prompt Country Hint Tooltip Subelements:
Canvas MAIN
The main canvas showing all of the data fields.
|
|
||||||||||||||||||||||||||
Subelements:
Object Group OBJECT_GROUP11
Subelements:
Name
Comment
The referred object is documented here
Program Unit CHECK_PACKAGE_FAILURE
|
|||||||
Base definition:
PROCEDURE CHECK_PACKAGE_FAILURE
Program Unit QUERY_MASTER_DETAILS
|
|||||||
Base definition:
PROCEDURE QUERY_MASTER_DETAILS
Arguments:
REL_ID RELATION DETAIL VARCHAR2
Program Unit CLEAR_ALL_MASTER_DETAILS
|
|||||||
Base definition:
PROCEDURE CLEAR_ALL_MASTER_DETAILS
Window MAIN
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Partner 1.0 |