DBA Data[Home] [Help]

APPS.ASO_ATP_INT dependencies on MSC_TP_ID_LID

Line 1998: FROM msc_tp_id_lid tp

1994: l_file VARCHAR2(200);
1995:
1996: -- Cursor to check whether the customer exists in MRP collection.
1997: CURSOR mrp_cust(p_customer_id NUMBER) is SELECT TP_ID
1998: FROM msc_tp_id_lid tp
1999: WHERE tp.SR_TP_ID = p_customer_id
2000: AND tp.PARTNER_TYPE = 2;
2001:
2002: -- Cursor to check whether ship to site exists in MRP Collection.