DBA Data[Home] [Help]

APPS.MST_RELEASE dependencies on MST_PO_LOCATION_ASSO_V

Line 1392: from mst_po_location_asso_v mplav

1388: procedure update_loc_id_in_iface_tab (p_release_id in pls_integer) is
1389: cursor cur_wdd_loc_ids (l_release_id in pls_integer)
1390: is
1391: select wda_iface.delivery_interface_id, wdd_iface.delivery_detail_interface_id, mplav.cust_location_id
1392: from mst_po_location_asso_v mplav
1393: , wsh_del_details_interface wdd_iface
1394: , wsh_del_assgn_interface wda_iface
1395: , wsh_delivery_details wdd
1396: , mst_release_temp_gt mrt