|
@@ -169,10 +169,8 @@ bcq:
|
|
|
FILE_ID,
|
|
FILE_ID,
|
|
|
SELLING_MTN,
|
|
SELLING_MTN,
|
|
|
BILLING_ID,
|
|
BILLING_ID,
|
|
|
- BUYING_PARTICIPANT_USER_ID,
|
|
|
|
|
BUYING_PARTICIPANT_NAME,
|
|
BUYING_PARTICIPANT_NAME,
|
|
|
BUYING_PARTICIPANT_SHORT_NAME,
|
|
BUYING_PARTICIPANT_SHORT_NAME,
|
|
|
- SELLING_PARTICIPANT_USER_ID,
|
|
|
|
|
SELLING_PARTICIPANT_NAME,
|
|
SELLING_PARTICIPANT_NAME,
|
|
|
SELLING_PARTICIPANT_SHORT_NAME,
|
|
SELLING_PARTICIPANT_SHORT_NAME,
|
|
|
STATUS,
|
|
STATUS,
|
|
@@ -183,8 +181,8 @@ bcq:
|
|
|
MODIFIED_DATE)
|
|
MODIFIED_DATE)
|
|
|
VALUES (NEXTVAL('HIBERNATE_SEQUENCE'),
|
|
VALUES (NEXTVAL('HIBERNATE_SEQUENCE'),
|
|
|
:fileId, :sellingMtn, :billingId,
|
|
:fileId, :sellingMtn, :billingId,
|
|
|
- :buyingParticipantUserId, :buyingParticipantName, :buyingParticipantShortName,
|
|
|
|
|
- :sellingParticipantUserId, :sellingParticipantName, :sellingParticipantShortName,
|
|
|
|
|
|
|
+ :buyingParticipantName, :buyingParticipantShortName,
|
|
|
|
|
+ :sellingParticipantName, :sellingParticipantShortName,
|
|
|
:status, :tradingDate, :deadlineDate, :updatedVia,
|
|
:status, :tradingDate, :deadlineDate, :updatedVia,
|
|
|
now(), now())
|
|
now(), now())
|
|
|
status:
|
|
status:
|