DBA Data[Home] [Help]

APPS.QPR_PN_ENTITIES_PVT SQL Statements

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

Line: 20

  PROCEDURE DELETE_DEALS(
        p_price_plan_id        IN            NUMBER,
        x_return_status    OUT NOCOPY    VARCHAR2)
  IS

     l_report_id     NUMBER;
Line: 34

  END DELETE_DEALS;