[Home] [Help]
APPS.AS_COMPETITOR_PROD_PVT dependencies on AS_LEAD_LINES
Line 1311: FROM as_lead_lines
1307: IS
1308:
1309: CURSOR C_Lead_Line_Id_Exists (c_Lead_Line_Id NUMBER) IS
1310: SELECT 'X'
1311: FROM as_lead_lines
1312: WHERE lead_line_id = c_Lead_Line_Id;
1313:
1314:
1315: