0% found this document useful (0 votes)
112 views

Bundle Product XXVM - Booking - Lines Booking - Header - Id Bundle Product

The document is a SQL query selecting BUNDLE, PRODUCT, and CLASS from the XXVM_BOOKING_LINES table where the booking_header_id is 1051447, the uppercased BUNDLE is 'PRODUCT', the PRODUCT is 'N1K', and the CLASS is either 'Software' or 'Upgrade'. It notes that a deleted order id was still reflected in the VM Bookings BI lookup and that manually deleting the entry did not update the order id after running a territory sync.

Uploaded by

saumya333
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
112 views

Bundle Product XXVM - Booking - Lines Booking - Header - Id Bundle Product

The document is a SQL query selecting BUNDLE, PRODUCT, and CLASS from the XXVM_BOOKING_LINES table where the booking_header_id is 1051447, the uppercased BUNDLE is 'PRODUCT', the PRODUCT is 'N1K', and the CLASS is either 'Software' or 'Upgrade'. It notes that a deleted order id was still reflected in the VM Bookings BI lookup and that manually deleting the entry did not update the order id after running a territory sync.

Uploaded by

saumya333
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

select BUNDLE,PRODUCT,CLASS from XXVM_BOOKING_LINES where booking_header_id = '1051447' and upper(BUNDLE) = 'PRODUCT' and PRODUCT = 'N1K' and CLASS

in ('Software','Upgrade')

Deleted order, however order id still reflects in VM Bookings BI lookup.

Manually deleted the orderid entryfrom VM Bookings BI lookup. Extracted order and ran territory sync-however the order id does not get updated at the VM Bookings BI lookup.

You might also like