DBA Data[Home] [Help]

APPS.CS_UPDATE_WARRANTY_DATES SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 35

        UPDATE CS_CP_SERVICES
          SET Start_Date_Active = X_Start_Date,
              End_Date_Active   = Round(X_Start_Date + service_duration_days)
          WHERE CURRENT OF CP_Service_Cursor;
Line: 41

  END Update_Warranty_Dates;