Table p_address_layout
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_line_number_i
integer default: 0 NOT NULL
p_address_line_code_c
varchar (16) NOT NULL

p_address_prompt_c
varchar (30)
This field is a short description of the Address Line Code record
p_locked_l
boolean default: '0'
System flag indicates a lock is on the record
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_layout_fk1: p_country_code_c => p_country
p_address_layout_fk2: p_address_layout_code_c => p_address_layout_code
p_address_layout_fkcr: s_created_by_c => s_user
p_address_layout_fkmd: s_modified_by_c => s_user