-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathudmRProPluginDS.dfm
More file actions
244 lines (241 loc) · 6.35 KB
/
Copy pathudmRProPluginDS.dfm
File metadata and controls
244 lines (241 loc) · 6.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
object dmRProPluginDS: TdmRProPluginDS
Height = 689
Width = 1200
PixelsPerInch = 192
object rproConn: TFDConnection
Params.Strings = (
'Database=RPROODS'
'User_Name=pluginuser'
'Password=plugin'
'DriverID=Ora')
Connected = True
LoginPrompt = False
Left = 72
Top = 40
end
object qryRProPluginVendors: TFDQuery
Active = True
Filtered = True
ConstraintsEnabled = True
Connection = rproConn
SQL.Strings = (
'select to_char(vendor_sid) as VENDOR_SID, vendor_name, created_d' +
'ate'
'from plugin_vendor_v'
'order by vendor_name')
Left = 208
Top = 88
object qryRProPluginVendorsVENDOR_SID: TStringField
FieldName = 'VENDOR_SID'
Origin = 'VENDOR_SID'
Size = 40
end
object qryRProPluginVendorsVENDOR_NAME: TWideStringField
FieldName = 'VENDOR_NAME'
Origin = 'VENDOR_NAME'
Required = True
Size = 40
end
object qryRProPluginVendorsCREATED_DATE: TDateTimeField
FieldName = 'CREATED_DATE'
Origin = 'CREATED_DATE'
end
end
object qryRProPluginDataSets: TFDQuery
Active = True
Filtered = True
ConstraintsEnabled = True
MasterSource = dsRProPluginVendors
MasterFields = 'VENDOR_SID'
DetailFields = 'VENDOR_SID'
Connection = rproConn
FetchOptions.AssignedValues = [evCache]
FetchOptions.Cache = [fiBlobs, fiMeta]
SQL.Strings = (
'select to_char(dataset_sid) as DATASET_SID, vendor_sid, dataset_' +
'name, created_date'
'from plugin_dataset_v'
'where vendor_sid = :VENDOR_SID'
'')
Left = 392
Top = 144
ParamData = <
item
Name = 'VENDOR_SID'
DataType = ftString
ParamType = ptInput
Size = 40
Value = '7796004949480640247'
end>
object qryRProPluginDataSetsDATASET_SID2: TStringField
FieldName = 'DATASET_SID'
Origin = 'DATASET_SID'
Size = 40
end
object qryRProPluginDataSetsVENDOR_SID: TFMTBCDField
FieldName = 'VENDOR_SID'
Origin = 'VENDOR_SID'
Required = True
Precision = 19
Size = 0
end
object qryRProPluginDataSetsDATASET_NAME: TWideStringField
FieldName = 'DATASET_NAME'
Origin = 'DATASET_NAME'
Required = True
Size = 40
end
object qryRProPluginDataSetsCREATED_DATE: TDateTimeField
FieldName = 'CREATED_DATE'
Origin = 'CREATED_DATE'
end
end
object qryRProPluginLookup1: TFDQuery
Active = True
MasterSource = srcRProPluginDatasets
MasterFields = 'DATASET_SID'
DetailFields = 'DATASET_SID'
Connection = rproConn
FetchOptions.AssignedValues = [evCache]
FetchOptions.Cache = [fiBlobs, fiMeta]
SQL.Strings = (
'select distinct to_char(dataset_sid) as DATASET_SID, Lookup_key1'
'from plugin_dataset_index_v'
'where dataset_sid = :Dataset_SID')
Left = 576
Top = 192
ParamData = <
item
Name = 'DATASET_SID'
DataType = ftString
ParamType = ptInput
Size = 40
Value = '7796004949611777783'
end>
object qryRProPluginLookup1DATASET_SID: TStringField
FieldName = 'DATASET_SID'
Origin = 'DATASET_SID'
Size = 40
end
object qryRProPluginLookup1LOOKUP_KEY1: TStringField
FieldName = 'LOOKUP_KEY1'
Origin = 'LOOKUP_KEY1'
Size = 80
end
end
object qryRProPluginLookup2: TFDQuery
Active = True
MasterSource = dsRProPluginLookup1
MasterFields = 'DATASET_SID;LOOKUP_KEY1'
Connection = rproConn
FetchOptions.AssignedValues = [evCache]
FetchOptions.Cache = [fiBlobs, fiMeta]
SQL.Strings = (
'select rec_no, to_char(rec_sid) as REC_SID, lookup_key2, created' +
'_date'
'from plugin_dataset_index_v'
'where '
' dataset_sid = :Dataset_SID'
' and lookup_key1 = :Lookup_Key1')
Left = 776
Top = 248
ParamData = <
item
Name = 'DATASET_SID'
DataType = ftString
ParamType = ptInput
Size = 40
Value = '7796004949611777783'
end
item
Name = 'LOOKUP_KEY1'
DataType = ftString
ParamType = ptInput
Size = 80
Value = 'AstroLoyaltyLicense'
end>
object qryRProPluginLookup2REC_NO: TBCDField
FieldName = 'REC_NO'
Origin = 'REC_NO'
Required = True
Precision = 10
Size = 0
end
object qryRProPluginLookup2REC_SID: TStringField
FieldName = 'REC_SID'
Origin = 'REC_SID'
Size = 40
end
object qryRProPluginLookup2LOOKUP_KEY2: TStringField
FieldName = 'LOOKUP_KEY2'
Origin = 'LOOKUP_KEY2'
Size = 80
end
object qryRProPluginLookup2CREATED_DATE: TDateTimeField
FieldName = 'CREATED_DATE'
Origin = 'CREATED_DATE'
end
end
object srcRProPluginDatasets: TDataSource
DataSet = qryRProPluginDataSets
Left = 400
Top = 256
end
object dsRProPluginVendors: TDataSource
DataSet = qryRProPluginVendors
Left = 208
Top = 216
end
object dsRProPluginLookup1: TDataSource
DataSet = qryRProPluginLookup1
Left = 576
Top = 304
end
object srcRProPluginLookup2: TDataSource
DataSet = qryRProPluginLookup2
Left = 784
Top = 360
end
object qryRProPluginRecord: TFDQuery
Active = True
MasterSource = srcRProPluginLookup2
MasterFields = 'REC_SID'
DetailFields = 'REC_SID'
Connection = rproConn
FetchOptions.AssignedValues = [evCache]
FetchOptions.Cache = [fiBlobs, fiMeta]
SQL.Strings = (
'select * from plugin_dataset_record_v'
'where rec_sid = :REC_SID')
Left = 992
Top = 296
ParamData = <
item
Name = 'REC_SID'
DataType = ftString
ParamType = ptInput
Size = 40
Value = '7796012525903222261'
end>
object qryRProPluginRecordREC_SID: TFMTBCDField
FieldName = 'REC_SID'
Origin = 'REC_SID'
Required = True
Precision = 19
Size = 0
end
object qryRProPluginRecordREC_VALUE: TWideStringField
FieldName = 'REC_VALUE'
Origin = 'REC_VALUE'
Size = 2000
end
object qryRProPluginRecordCREATED_DATE: TDateTimeField
FieldName = 'CREATED_DATE'
Origin = 'CREATED_DATE'
end
object qryRProPluginRecordMODIFIED_DATE: TDateTimeField
FieldName = 'MODIFIED_DATE'
Origin = 'MODIFIED_DATE'
end
end
end