DBA Data[Home] [Help]

APPS.WSH_DLVB_COMMON_ACTIONS dependencies on WSH_NEW_DELIVERIES

Line 69: from wsh_new_deliveries

65: where da.delivery_detail_id = p_detail_id;
66:
67: cursor c_delivery_org(p_delivery_id in number) is
68: select organization_id
69: from wsh_new_deliveries
70: where delivery_id = p_delivery_id;
71:
72: l_delivery_id NUMBER;
73: l_organization_id NUMBER;