DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_UTIL dependencies on CS_INCIDENTS_B_SEC

Line 1195: FROM cs_incidents_b_sec sr, csd_repairs dra

1191:
1192: -- Define a cursor that gets customer_id AND currency_Code for a given repair_line_Id
1193: CURSOR RO_Cur_Type(p_Repair_Line_Id NUMBER) IS
1194: SELECT sr.Customer_Id, dra.Currency_Code
1195: FROM cs_incidents_b_sec sr, csd_repairs dra
1196: WHERE dra.incident_id = sr.incident_id and dra.Repair_Line_Id = p_Repair_Line_Id;
1197:
1198: -- Define SR Cursor Type
1199: CURSOR SR_Cur_Type(p_Incident_id NUMBER) IS