Table p_address_block
Description:
This table contains the address lines used in laying out an address. Eg a form letter address layout
PRIMARY KEY
p_country_code_c
varchar (8) NOT NULL
p_country
p_address_layout_code_c
varchar (32) default: 'SmlLabel' NOT NULL
p_address_layout_code

p_address_block_text_c
varchar (512) NOT NULL
The complete set of address lines, including replaceable parameters
s_date_created_d
date default: CURRENT_DATE
The date the record was created.
s_created_by_c
varchar (20)
User ID of who created this record. s_user
s_date_modified_d
date
The date the record was modified.
s_modified_by_c
varchar (20)
User ID of who last modified this record. s_user
s_modification_id_t
timestamp default: CURRENT_TIMESTAMP
This identifies the current version of the record.


FOREIGN KEY
p_address_block_fk1: p_country_code_c => p_country
p_address_block_fk2: p_address_layout_code_c => p_address_layout_code
p_address_block_fkcr: s_created_by_c => s_user
p_address_block_fkmd: s_modified_by_c => s_user