DBA Data[Home] [Help]

APPS.ASO_ATP_INT dependencies on MSC_TP_SITE_ID_LID

Line 2005: FROM msc_tp_site_id_lid tpsite

2001:
2002: -- Cursor to check whether ship to site exists in MRP Collection.
2003: CURSOR mrp_ship_site(p_customer_site_id NUMBER) IS
2004: SELECT TP_SITE_ID
2005: FROM msc_tp_site_id_lid tpsite
2006: WHERE tpsite.SR_TP_SITE_ID = p_customer_site_id
2007: AND tpsite.PARTNER_TYPE = 2;
2008:
2009: l_aps_version number;