DBA Data[Home] [Help]

APPS.BIS_BUSINESS_PLAN_PUB SQL Statements

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

Line: 212

    BIS_BUSINESS_PLAN_PVT.Update_Business_Plan
    ( p_api_version       => p_api_version
    , p_commit            => p_commit
    , p_validation_level  => p_validation_level
    , p_Business_Plan_Rec => l_Business_Plan_Rec
    , p_owner             => p_owner
    , x_return_status     => x_return_status
    , x_error_Tbl         => x_error_Tbl
    );
Line: 240

      , p_error_proc_name   => G_PKG_NAME||'.Update_Business_Plan'
      );