DBA Data[Home] [Help]

APPS.OKL_ACCOUNTING_UPDATE_PUB SQL Statements

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

Line: 14

  l_api_name          CONSTANT VARCHAR2(30)  := 'UPDATE_ACCT_ENTRIES';
Line: 20

  SAVEPOINT UPDATE_ACCT_ENTRIES;
Line: 32

  OKL_ACCOUNTING_UPDATE_PVT.UPDATE_ACCT_ENTRIES(p_api_version      => l_api_version,
                                            p_init_msg_list    => p_init_msg_list,
                                            x_return_status    => l_return_status,
                                            x_msg_count        => x_msg_count,
                                            x_msg_data         => x_msg_data,
					   p_aelv_rec         => l_aelv_rec,
				           x_aelv_rec         => x_aelv_rec);
Line: 56

      ROLLBACK TO UPDATE_ACCT_ENTRIES;
Line: 63

      ROLLBACK TO UPDATE_ACCT_ENTRIES;
Line: 70

      ROLLBACK TO UPDATE_ACCT_ENTRIES;
Line: 72

      FND_MSG_PUB.ADD_EXC_MSG('OKL_ACCOUNTING_UPDATE_PUB','UPDATE_ACCT_ENTRIES');
Line: 77

END UPDATE_ACCT_ENTRIES;