DBA Data[Home] [Help]

APPS.GR_ATTACH_DOCUMENTS_PKG dependencies on WSH_DELIVERABLES_V

Line 115: FROM WSH_DELIVERABLES_V

111:
112: /* Used to get the delivery detail id for entity WSH_DELIVERY_DETAILS */
113: CURSOR c_get_delivery_detail_id IS
114: SELECT delivery_detail_id
115: FROM WSH_DELIVERABLES_V
116: WHERE container_flag = 'N'
117: and source_code = 'OE'
118: and released_status in ('N', 'R', 'S', 'Y', 'B', 'X')
119: and inventory_item_id = (select distinct inventory_item_id from mtl_system_items where segment1 = l_doc.doc_attribute1)