33 lines
472 B
Plaintext
33 lines
472 B
Plaintext
INSERT
|
|
INTO
|
|
vap.t_weorder
|
|
(
|
|
--we_production_id,
|
|
--tact_id,
|
|
--we_product_date,
|
|
create_record_date,
|
|
line_id,
|
|
basic_parts_no,
|
|
plan_date,
|
|
af_amount,
|
|
we_amount,
|
|
production_lur,
|
|
model_cd,
|
|
derivation,
|
|
tact_time
|
|
)
|
|
VALUES
|
|
(
|
|
:[D]create_record_date,
|
|
:[I]line_id,
|
|
:[S]basic_parts_no,
|
|
:[D]work_date,
|
|
:[I]we_amount,
|
|
0,
|
|
:[I]production_lur,
|
|
:[S]model_cd,
|
|
:[S]derivation,
|
|
:[I]tact_time
|
|
)
|
|
;
|