DBA Data[Home] [Help]

APPS.FTE_TENDER_WF dependencies on WSH_DOCUMENT_INSTANCES

Line 303: from wsh_document_instances

299: where load_tender_number = p_tender_id;
300:
301: CURSOR c_mbol_info(p_trip_id NUMBER) is
302: select sequence_number
303: from wsh_document_instances
304: where
305: entity_id = p_trip_id
306: and entity_name = 'WSH_TRIPS'
307: and document_type = 'MBOL';