DBA Data[Home] [Help]

APPS.WSH_FLEXFIELD_UTILS dependencies on WSH_DELIVERY_DETAILS

Line 653: FROM wsh_delivery_details

649: SELECT attribute_category,
650: attribute1, attribute2, attribute3, attribute4, attribute5,
651: attribute6, attribute7, attribute8, attribute9, attribute10,
652: attribute11, attribute12, attribute13, attribute14, attribute15
653: FROM wsh_delivery_details
654: WHERE delivery_detail_id = c_delivery_detail_id;
655:
656: Invalid_Table EXCEPTION;
657: Invalid_Delivery EXCEPTION;

Line 723: ELSIF ( UPPER(p_table_name) = 'WSH_DELIVERY_DETAILS' ) THEN

719: p_attributes(14) := l_attribute14;
720: p_attributes(15) := l_attribute15;
721:
722: -- ELSE Condition added for Bug 3118519.
723: ELSIF ( UPPER(p_table_name) = 'WSH_DELIVERY_DETAILS' ) THEN
724:
725: open c_wdd_attributes(p_primary_id);
726: fetch c_wdd_attributes into
727: l_context,