YANKRAY
Technical User
- Nov 7, 2003
- 283
Using CR 10.0, Oracle database.
I am pulling details based on an action code of "S".
There is a transaction code that creates an "R" action code, but is needed to remove its associated "S" transaction.
This is the information in the table:
Item PO action tier price Transaction
123 1234 S 100 5.00 MRLE
123 1234 S 101 10.00 MRLE
123 1234 S 102 10.00 MRLE
123 1234 S 103 10.00 MRLE
123 1234 R 100 5.00 AQAP
123 1234 S 100 10.00 AQAP
I pull only the S action items.
All transaction are valid.
The Tier 100 AQAP transaction are to correct the Tier 100 MRLR transaction.
I am trying to negate the Tier 100 MRLE/AQAP transaction where the price is the same.
I want my result to look like:
Item PO action tier price Transaction
123 1234 S 101 10.00 MRLE
123 1234 S 102 10.00 MRLE
123 1234 S 103 10.00 MRLE
123 1234 S 100 10.00 AQAP
Thanks,
Ray
I am pulling details based on an action code of "S".
There is a transaction code that creates an "R" action code, but is needed to remove its associated "S" transaction.
This is the information in the table:
Item PO action tier price Transaction
123 1234 S 100 5.00 MRLE
123 1234 S 101 10.00 MRLE
123 1234 S 102 10.00 MRLE
123 1234 S 103 10.00 MRLE
123 1234 R 100 5.00 AQAP
123 1234 S 100 10.00 AQAP
I pull only the S action items.
All transaction are valid.
The Tier 100 AQAP transaction are to correct the Tier 100 MRLR transaction.
I am trying to negate the Tier 100 MRLE/AQAP transaction where the price is the same.
I want my result to look like:
Item PO action tier price Transaction
123 1234 S 101 10.00 MRLE
123 1234 S 102 10.00 MRLE
123 1234 S 103 10.00 MRLE
123 1234 S 100 10.00 AQAP
Thanks,
Ray