FIND UNIQUE (29 in 6 files)

Filename Line # Column # Match Text
./abl/checkout.p 00138 00007
find [KW_FIND] @138:7
   record phrase [RECORD_PHRASE] @0:0
      room [TABLE] @138:12
      where [KW_WHERE] @138:17
         expression [EXPRESSION] @0:0
            = [EQUALS] @138:40
               room.room-number [FIELD_INT] @138:23
               checkout-room.room-number [FIELD_INT] @138:42
./abl/checkout.p 00304 00013
find [KW_FIND] @304:13
   record phrase [RECORD_PHRASE] @0:0
      checkout [TABLE] @304:18
      where [KW_WHERE] @304:27
         expression [EXPRESSION] @0:0
            = [EQUALS] @304:57
               checkout.reservation-id [FIELD_INT] @304:33
               r-id [VAR_INT] @304:59
      no-lock [KW_NO_LOCK] @304:64
./abl/checkout.p 00305 00013
find [KW_FIND] @305:13
   record phrase [RECORD_PHRASE] @0:0
      reservation [TABLE] @305:18
      where [KW_WHERE] @305:30
         expression [EXPRESSION] @0:0
            = [EQUALS] @305:63
               reservation.reservation-id [FIELD_INT] @305:36
               r-id [VAR_INT] @305:65
      no-lock [KW_NO_LOCK] @305:70
./abl/checkout.p 00310 00013
find [KW_FIND] @310:13
   record phrase [RECORD_PHRASE] @0:0
      checkout-room [TABLE] @310:18
      where [KW_WHERE] @310:32
         expression [EXPRESSION] @0:0
            and [KW_AND] @310:74
               = [EQUALS] @310:67
                  checkout-room.reservation-id [FIELD_INT] @310:38
                  r-id [VAR_INT] @310:69
               = [EQUALS] @310:104
                  checkout-room.room-number [FIELD_INT] @310:78
                  f-room-id [VAR_INT] @310:106
      no-lock [KW_NO_LOCK] @310:116
./abl/checkout.p 00322 00016
find [KW_FIND] @322:16
   record phrase [RECORD_PHRASE] @0:0
      b-room [BUFFER] @322:21
      where [KW_WHERE] @322:28
         expression [EXPRESSION] @0:0
            = [EQUALS] @322:53
               b-room.room-number [FIELD_INT] @322:34
               b-out-room.room-number [FIELD_INT] @322:55
./abl/checkout.p 00332 00013
find [KW_FIND] @332:13
   record phrase [RECORD_PHRASE] @0:0
      b-checkout [BUFFER] @332:18
      where [KW_WHERE] @332:29
         expression [EXPRESSION] @0:0
            = [EQUALS] @332:53
               recid [FUNC_RECID] @332:35
                  b-checkout [BUFFER] @332:41
               recid [FUNC_RECID] @332:55
                  checkout [TABLE] @332:61
      exclusive-lock [KW_EXC_LOCK] @332:71
./abl/guests.p 00193 00013
find [KW_FIND] @193:13
   record phrase [RECORD_PHRASE] @0:0
      b-guest [BUFFER] @193:18
      where [KW_WHERE] @193:26
         expression [EXPRESSION] @0:0
            = [EQUALS] @193:49
               b-guest.guest-id [FIELD_INT] @193:32
               guest.guest-id [FIELD_INT] @193:51
      exclusive-lock [KW_EXC_LOCK] @193:66
./abl/guests.p 00273 00010
find [KW_FIND] @273:10
   record phrase [RECORD_PHRASE] @0:0
      guest [TABLE] @273:15
      where [KW_WHERE] @273:21
         expression [EXPRESSION] @0:0
            = [EQUALS] @273:42
               guest.guest-id [FIELD_INT] @273:27
               g-id [VAR_INT] @273:44
      no-lock [KW_NO_LOCK] @273:49
      no-error [KW_NO_ERROR] @273:57
./abl/guests.p 00284 00013
find [KW_FIND] @284:13
   record phrase [RECORD_PHRASE] @0:0
      b-guest [BUFFER] @284:18
      where [KW_WHERE] @284:26
         expression [EXPRESSION] @0:0
            = [EQUALS] @284:49
               b-guest.guest-id [FIELD_INT] @284:32
               guest.guest-id [FIELD_INT] @284:51
      exclusive-lock [KW_EXC_LOCK] @284:66
./abl/rates.p 00225 00007
find [KW_FIND] @225:7
   record phrase [RECORD_PHRASE] @0:0
      b-rate [BUFFER] @225:12
      where [KW_WHERE] @225:19
         expression [EXPRESSION] @0:0
            = [EQUALS] @225:39
               recid [FUNC_RECID] @225:25
                  b-rate [BUFFER] @225:31
               recid [FUNC_RECID] @225:41
                  rate [TABLE] @225:47
      exclusive-lock [KW_EXC_LOCK] @225:53
./abl/reservations.p 00099 00004
find [KW_FIND] @99:4
   record phrase [RECORD_PHRASE] @0:0
      reservation [TABLE] @99:9
      where [KW_WHERE] @99:21
         expression [EXPRESSION] @0:0
            = [EQUALS] @99:54
               reservation.reservation-id [FIELD_INT] @99:27
               r-id [VAR_INT] @99:56
      no-lock [KW_NO_LOCK] @99:61
      no-error [KW_NO_ERROR] @99:69
./abl/reservations.p 00106 00004
find [KW_FIND] @106:4
   record phrase [RECORD_PHRASE] @0:0
      b-res [BUFFER] @106:9
      where [KW_WHERE] @106:15
         expression [EXPRESSION] @0:0
            = [EQUALS] @106:34
               recid [FUNC_RECID] @106:21
                  b-res [BUFFER] @106:27
               recid [FUNC_RECID] @106:36
                  reservation [TABLE] @106:42
      no-lock [KW_NO_LOCK] @106:55
      no-error [KW_NO_ERROR] @106:63
./abl/reservations.p 00115 00004
find [KW_FIND] @115:4
   record phrase [RECORD_PHRASE] @0:0
      b-guest [BUFFER] @115:9
      where [KW_WHERE] @115:17
         expression [EXPRESSION] @0:0
            = [EQUALS] @115:40
               b-guest.guest-id [FIELD_INT] @115:23
               g-id [VAR_INT] @115:42
      no-lock [KW_NO_LOCK] @115:47
      no-error [KW_NO_ERROR] @115:55
./abl/reservations.p 00273 00007
find [KW_FIND] @273:7
   record phrase [RECORD_PHRASE] @0:0
      b-guest [BUFFER] @273:12
      where [KW_WHERE] @273:20
         expression [EXPRESSION] @0:0
            = [EQUALS] @273:43
               b-guest.guest-id [FIELD_INT] @273:26
               g-id [VAR_INT] @273:45
      no-lock [KW_NO_LOCK] @273:50
./abl/reservations.p 00405 00010
find [KW_FIND] @405:10
   record phrase [RECORD_PHRASE] @0:0
      reservation [TABLE] @405:15
      where [KW_WHERE] @405:27
         expression [EXPRESSION] @0:0
            = [EQUALS] @405:60
               reservation.reservation-id [FIELD_INT] @405:33
               r-id [VAR_INT] @405:62
      no-lock [KW_NO_LOCK] @405:67
      no-error [KW_NO_ERROR] @405:75
./abl/reservations.p 00482 00019
find [KW_FIND] @482:19
   record phrase [RECORD_PHRASE] @0:0
      b-guest [BUFFER] @482:24
      where [KW_WHERE] @482:32
         expression [EXPRESSION] @0:0
            = [EQUALS] @482:55
               b-guest.guest-id [FIELD_INT] @482:38
               g-id [VAR_INT] @482:57
      no-lock [KW_NO_LOCK] @482:62
      no-error [KW_NO_ERROR] @482:70
./abl/reservations.p 00554 00010
find [KW_FIND] @554:10
   record phrase [RECORD_PHRASE] @0:0
      reservation [TABLE] @554:15
      where [KW_WHERE] @554:27
         expression [EXPRESSION] @0:0
            = [EQUALS] @554:60
               reservation.reservation-id [FIELD_INT] @554:33
               r-id [VAR_INT] @554:62
      no-lock [KW_NO_LOCK] @554:67
      no-error [KW_NO_ERROR] @554:75
./abl/reservations.p 00575 00013
find [KW_FIND] @575:13
   record phrase [RECORD_PHRASE] @0:0
      b-res [BUFFER] @575:18
      where [KW_WHERE] @575:24
         expression [EXPRESSION] @0:0
            = [EQUALS] @575:51
               b-res.reservation-id [FIELD_INT] @575:30
               r-id [VAR_INT] @575:53
      exclusive-lock [KW_EXC_LOCK] @575:58
./abl/reservations.p 00674 00010
find [KW_FIND] @674:10
   record phrase [RECORD_PHRASE] @0:0
      reservation [TABLE] @674:15
      where [KW_WHERE] @674:27
         expression [EXPRESSION] @0:0
            = [EQUALS] @674:60
               reservation.reservation-id [FIELD_INT] @674:33
               r-id [VAR_INT] @674:62
      no-lock [KW_NO_LOCK] @674:67
./abl/reservations.p 00684 00016
find [KW_FIND] @684:16
   record phrase [RECORD_PHRASE] @0:0
      b-res [BUFFER] @684:21
      where [KW_WHERE] @684:27
         expression [EXPRESSION] @0:0
            = [EQUALS] @684:54
               b-res.reservation-id [FIELD_INT] @684:33
               r-id [VAR_INT] @684:56
      exclusive-lock [KW_EXC_LOCK] @684:61
./abl/reservations.p 00699 00013
find [KW_FIND] @699:13
   record phrase [RECORD_PHRASE] @0:0
      b-res [BUFFER] @699:18
      where [KW_WHERE] @699:24
         expression [EXPRESSION] @0:0
            = [EQUALS] @699:51
               b-res.reservation-id [FIELD_INT] @699:30
               r-id [VAR_INT] @699:53
      exclusive-lock [KW_EXC_LOCK] @699:58
./abl/rooms-add.p 00063 00007
find [KW_FIND] @63:7
   record phrase [RECORD_PHRASE] @0:0
      room [TABLE] @63:12
      where [KW_WHERE] @63:17
         expression [EXPRESSION] @0:0
            and [KW_AND] @63:53
               = [EQUALS] @63:34
                  room.floor [FIELD_INT] @63:23
                  current-floor-no [VAR_INT] @63:36
               = [EQUALS] @63:74
                  room.room-number [FIELD_INT] @63:57
                  r-no [VAR_INT] @63:76
      no-lock [KW_NO_LOCK] @63:81
      no-error [KW_NO_ERROR] @63:89
./abl/rooms.p 00069 00004
find [KW_FIND] @69:4
   record phrase [RECORD_PHRASE] @0:0
      b-room [BUFFER] @69:9
      where [KW_WHERE] @69:16
         expression [EXPRESSION] @0:0
            = [EQUALS] @69:36
               recid [FUNC_RECID] @69:22
                  b-room [BUFFER] @69:28
               c-room [VAR_RECID] @69:38
      no-lock [KW_NO_LOCK] @69:45
./abl/rooms.p 00148 00010
find [KW_FIND] @148:10
   record phrase [RECORD_PHRASE] @0:0
      room [TABLE] @148:15
      where [KW_WHERE] @148:20
         expression [EXPRESSION] @0:0
            = [EQUALS] @148:43
               room.room-number [FIELD_INT] @148:26
               r-no2 [VAR_INT] @148:45
      no-lock [KW_NO_LOCK] @148:51
      no-error [KW_NO_ERROR] @148:59
./abl/rooms.p 00157 00013
find [KW_FIND] @157:13
   record phrase [RECORD_PHRASE] @0:0
      b-room2 [BUFFER] @157:18
      where [KW_WHERE] @157:26
         expression [EXPRESSION] @0:0
            = [EQUALS] @157:47
               recid [FUNC_RECID] @157:32
                  b-room2 [BUFFER] @157:38
               c-room [VAR_RECID] @157:49
./abl/rooms.p 00159 00013
find [KW_FIND] @159:13
   record phrase [RECORD_PHRASE] @0:0
      b-room-state2 [BUFFER] @159:18
      where [KW_WHERE] @159:32
         expression [EXPRESSION] @0:0
            = [EQUALS] @159:57
               b-room-state2.room [FIELD_INT] @159:38
               b-room2.room-number [FIELD_INT] @159:59
      no-lock [KW_NO_LOCK] @159:79
      no-error [KW_NO_ERROR] @159:87
./abl/rooms.p 00186 00013
find [KW_FIND] @186:13
   record phrase [RECORD_PHRASE] @0:0
      b-room2 [BUFFER] @186:18
      where [KW_WHERE] @186:26
         expression [EXPRESSION] @0:0
            = [EQUALS] @186:47
               recid [FUNC_RECID] @186:32
                  b-room2 [BUFFER] @186:38
               c-room [VAR_RECID] @186:49
./abl/rooms.p 00188 00013
find [KW_FIND] @188:13
   record phrase [RECORD_PHRASE] @0:0
      b-room-state2 [BUFFER] @188:19
      where [KW_WHERE] @188:33
         expression [EXPRESSION] @0:0
            = [EQUALS] @188:58
               b-room-state2.room [FIELD_INT] @188:39
               b-room2.room-number [FIELD_INT] @188:60
      no-lock [KW_NO_LOCK] @188:80
      no-error [KW_NO_ERROR] @188:88
./abl/rooms.p 00247 00013
find [KW_FIND] @247:13
   record phrase [RECORD_PHRASE] @0:0
      b-room2 [BUFFER] @247:18
      where [KW_WHERE] @247:26
         expression [EXPRESSION] @0:0
            = [EQUALS] @247:47
               recid [FUNC_RECID] @247:32
                  b-room2 [BUFFER] @247:38
               c-room [VAR_RECID] @247:49
      exclusive-lock [KW_EXC_LOCK] @247:56

Conditions matched: [ evalLib("static_record_retrieval", this) ]


Please see the Source File Index for the list of report inputs. Generated at 03/31/2017 21:16:32 EEST.