振分判断項目場所移動
This commit is contained in:
parent
e6780d53ca
commit
9dd2a1f9e7
@ -104,10 +104,10 @@ SET @upsert_statement_base =
|
||||
MSJ_Therapeutic_Area_Expertise__c = internaltb.MSJ_Therapeutic_Area_Expertise__c,
|
||||
MSJ_MAP_GAP__c = internaltb.MSJ_MAP_GAP__c, MSJ_Associations__c = internaltb.MSJ_Associations__c,
|
||||
MSJ_Tier_Score__c = internaltb.MSJ_Tier_Score__c,
|
||||
medaca_parent_msj_product_classification__c = internaltb.medaca_parent_msj_product_classification__c,
|
||||
start_datetime = internaltb.start_datetime, end_datetime = internaltb.end_datetime,
|
||||
file_name = internaltb.file_name, file_row_cnt = internaltb.file_row_cnt,
|
||||
upd_user = CURRENT_USER(), upd_date = CURRENT_TIMESTAMP(),
|
||||
medaca_parent_msj_product_classification__c = internaltb.medaca_parent_msj_product_classification__c;';
|
||||
upd_user = CURRENT_USER(), upd_date = CURRENT_TIMESTAMP();';
|
||||
|
||||
OPEN table_cursor;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user