DBA Data[Home] [Help]

APPS.OKE_BILLING_EVENT_PUB dependencies on WSH_DELIVERY_DETAILS

Line 1223: , wsh_delivery_details dd

1219: CURSOR BillLading ( C_Deliverable_ID NUMBER ) IS
1220: SELECT di.sequence_number
1221: FROM wsh_document_instances di
1222: , wsh_delivery_legs dl
1223: , wsh_delivery_details dd
1224: , wsh_delivery_assignments da
1225: WHERE dd.source_code = 'OKE'
1226: AND dd.source_line_id = C_Deliverable_ID
1227: AND da.delivery_detail_id = dd.delivery_detail_id