java.lang.NullPointerException On Shipment Planning Actions.
(Doc ID 1404166.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Transportation Management - Version 6.2.0 to 6.2.5 [Release 6.2]Information in this document applies to any platform.
Symptoms
When attempting to run shipment planning actions, for example 'Change Equipment Group', the following error occurs.
ERROR
-----------------------
[
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Create a user.
2. Create a VPD profile with the following VPD predicate.
exists (select 'x' from shipment_involved_party shlip, contact c, contact_group cg where shipment.shipment_gid = shlip.shipment_gid and shlip.involved_party_qual_gid = 'LOGISTICS' and shlip.involved_party_contact_gid = cg.group_contact_gid and cg.contact_gid = c.contact_gid and c.gl_user_gid = SYS_CONTEXT('gl_user_ctx','gl_user_gid'))
3. Assign this VPD profile to the user.
4. Login as this user and try to run any of the shipment planning actions.
5. See the error.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |