DBA Data[Home] [Help]

APPS.WSH_BOLS_PVT dependencies on WSH_DOC_SEQUENCE_CATEGORIES

Line 631: wsh_doc_sequence_categories wdsc

627: from wsh_delivery_legs wdl,
628: wsh_trip_stops wts1,
629: wsh_trips wt,
630: wsh_document_instances wdi,
631: wsh_doc_sequence_categories wdsc
632: where wdsc.doc_sequence_category_id = wdi.doc_sequence_category_id
633: AND NVL(wdsc.document_code, '-99') <> '-99'
634: AND wdi.entity_id = wdl.delivery_leg_id
635: AND wdi.entity_name = 'WSH_DELIVERY_LEGS'