Add tripartite_agreement_message to mip_quotation.pck (supported by mip_tripartite.pck). Produces a message when enquiry does not meet tripartite requirements. Removed extraneous role types for Seed/prtp.ctl and Seed/rt.ctl. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3497 248e525c-4dfb-0310-94bc-949c084e9493
16 lines
306 B
Plaintext
16 lines
306 B
Plaintext
LOAD DATA
|
|
INFILE *
|
|
INTO TABLE party_relationship_types
|
|
REPLACE
|
|
FIELDS TERMINATED BY '|'
|
|
(
|
|
to_rt_code
|
|
,from_rt_code
|
|
,description
|
|
)
|
|
BEGINDATA
|
|
SUPP|AGENT|Agent for Service Supplier
|
|
SUPP|SUPPADMIN|Administrator for Supplier
|
|
AGENT|SUPPADMIN|Administrator of agent
|
|
SUPPADMIN|AGENT|Administered by
|