DBA Data[Home] [Help]

APPS.OKL_XTL_CSH_APPS_PUB SQL Statements

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

Line: 4

PROCEDURE insert_xtl_csh_apps(
     p_api_version           IN  NUMBER
    ,p_init_msg_list         IN  VARCHAR2 DEFAULT FND_API.G_FALSE
    ,x_return_status         OUT  NOCOPY VARCHAR2
    ,x_msg_count             OUT  NOCOPY NUMBER
    ,x_msg_data              OUT  NOCOPY VARCHAR2
    ,p_xcav_rec              IN  xcav_rec_type
    ,x_xcav_rec              OUT  NOCOPY xcav_rec_type) IS


l_api_version NUMBER ;
Line: 24

SAVEPOINT xtl_csh_apps_insert;
Line: 40

okl_xca_pvt.insert_row(
                          l_api_version
                         ,l_init_msg_list
                         ,l_return_status
                         ,l_msg_count
                         ,l_msg_data
                         ,lp_xcav_rec
                         ,lx_xcav_rec);
Line: 70

      ROLLBACK TO xtl_csh_apps_insert;
Line: 78

      ROLLBACK TO xtl_csh_apps_insert;
Line: 86

      ROLLBACK TO xtl_csh_apps_insert;
Line: 90

      FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','insert_xtl_csh_apps');
Line: 94

END insert_xtl_csh_apps;
Line: 96

PROCEDURE insert_xtl_csh_apps(
     p_api_version           IN  NUMBER
    ,p_init_msg_list         IN  VARCHAR2 DEFAULT FND_API.G_FALSE
    ,x_return_status         OUT  NOCOPY VARCHAR2
    ,x_msg_count             OUT  NOCOPY NUMBER
    ,x_msg_data              OUT  NOCOPY VARCHAR2
    ,p_xcav_tbl              IN  xcav_tbl_type
    ,x_xcav_tbl              OUT  NOCOPY xcav_tbl_type) IS

l_api_version NUMBER;
Line: 115

SAVEPOINT xtl_csh_apps_insert;
Line: 128

okl_xca_pvt.insert_row(
                          l_api_version
                         ,l_init_msg_list
                         ,l_return_status
                         ,l_msg_count
                         ,l_msg_data
                         ,lp_xcav_tbl
                         ,lx_xcav_tbl);
Line: 158

      ROLLBACK TO xtl_csh_apps_insert;
Line: 166

      ROLLBACK TO xtl_csh_apps_insert;
Line: 174

      ROLLBACK TO xtl_csh_apps_insert;
Line: 178

      FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','insert_xtl_csh_apps');
Line: 182

END insert_xtl_csh_apps;
Line: 268

PROCEDURE update_xtl_csh_apps(
     p_api_version           IN  NUMBER
    ,p_init_msg_list         IN  VARCHAR2 DEFAULT FND_API.G_FALSE
    ,x_return_status         OUT  NOCOPY VARCHAR2
    ,x_msg_count             OUT  NOCOPY NUMBER
    ,x_msg_data              OUT  NOCOPY VARCHAR2
    ,p_xcav_rec              IN  xcav_rec_type
    ,x_xcav_rec              OUT  NOCOPY xcav_rec_type) IS

l_api_version NUMBER ;
Line: 287

SAVEPOINT xtl_csh_apps_update;
Line: 302

    okl_xca_pvt.update_row(
                              l_api_version
                             ,l_init_msg_list
                             ,l_return_status
                             ,l_msg_count
                             ,l_msg_data
                             ,lp_xcav_rec
                             ,lx_xcav_rec);
Line: 333

      ROLLBACK TO xtl_csh_apps_update;
Line: 341

      ROLLBACK TO xtl_csh_apps_update;
Line: 349

      ROLLBACK TO xtl_csh_apps_update;
Line: 353

      FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','update_xtl_csh_apps');
Line: 357

END update_xtl_csh_apps;
Line: 359

PROCEDURE update_xtl_csh_apps(
     p_api_version           IN  NUMBER
    ,p_init_msg_list         IN  VARCHAR2 DEFAULT FND_API.G_FALSE
    ,x_return_status         OUT  NOCOPY VARCHAR2
    ,x_msg_count             OUT  NOCOPY NUMBER
    ,x_msg_data              OUT  NOCOPY VARCHAR2
    ,p_xcav_tbl              IN  xcav_tbl_type
    ,x_xcav_tbl              OUT  NOCOPY xcav_tbl_type) IS

l_api_version NUMBER;
Line: 378

SAVEPOINT xtl_csh_apps_update;
Line: 392

    okl_xca_pvt.update_row(
                              l_api_version
                             ,l_init_msg_list
                             ,l_return_status
                             ,l_msg_count
                             ,l_msg_data
                             ,lp_xcav_tbl
                             ,lx_xcav_tbl);
Line: 422

      ROLLBACK TO xtl_csh_apps_update;
Line: 430

      ROLLBACK TO xtl_csh_apps_update;
Line: 438

      ROLLBACK TO xtl_csh_apps_update;
Line: 442

      FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','update_xtl_csh_apps');
Line: 446

END update_xtl_csh_apps;
Line: 449

PROCEDURE delete_xtl_csh_apps(
     p_api_version           IN  NUMBER
    ,p_init_msg_list         IN  VARCHAR2 DEFAULT FND_API.G_FALSE
    ,x_return_status         OUT  NOCOPY VARCHAR2
    ,x_msg_count             OUT  NOCOPY NUMBER
    ,x_msg_data              OUT  NOCOPY VARCHAR2
    ,p_xcav_rec              IN xcav_rec_type) IS

i	                    NUMBER :=0;
Line: 468

SAVEPOINT xtl_csh_apps_delete_rec;
Line: 482

okl_xca_pvt.delete_row(
                          l_api_version
                         ,l_init_msg_list
                         ,l_return_status
                         ,l_msg_count
                         ,l_msg_data
                         ,lp_xcav_rec);
Line: 508

      ROLLBACK TO xtl_csh_apps_delete_rec;
Line: 516

      ROLLBACK TO xtl_csh_apps_delete_rec;
Line: 524

      ROLLBACK TO xtl_csh_apps_delete_rec;
Line: 528

      FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','delete_xtl_csh_apps');
Line: 532

END delete_xtl_csh_apps;
Line: 534

PROCEDURE delete_xtl_csh_apps(
     p_api_version        IN NUMBER
    ,p_init_msg_list      IN VARCHAR2 DEFAULT FND_API.G_FALSE
    ,x_return_status      OUT NOCOPY VARCHAR2
    ,x_msg_count          OUT NOCOPY NUMBER
    ,x_msg_data           OUT NOCOPY VARCHAR2
    ,p_xcav_tbl           IN xcav_tbl_type) IS

i NUMBER := 0;
Line: 553

SAVEPOINT xtl_csh_apps_delete_tbl;
Line: 573

          delete_xtl_csh_apps(
                               l_api_version
                              ,l_init_msg_list
                              ,l_return_status
                              ,l_msg_count
                              ,l_msg_data
                              ,lp_xcav_tbl(i));
Line: 605

      ROLLBACK TO xtl_csh_apps_delete_tbl;
Line: 613

      ROLLBACK TO xtl_csh_apps_delete_tbl;
Line: 621

      ROLLBACK TO xtl_csh_apps_delete_tbl;
Line: 625

      FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','delete_xtl_csh_apps');
Line: 629

END delete_xtl_csh_apps;