DBA Data[Home] [Help]

APPS.OKL_RECEIPTS_PVT dependencies on AR_LLCA_TRX_ERRORS_GT

Line 1240: from ar_llca_trx_errors_gt;

1236:
1237: -- bug 6642572 .. get the error messages from gt table .. start
1238: cursor get_err_csr is
1239: select CUSTOMER_TRX_ID, error_message
1240: from ar_llca_trx_errors_gt;
1241:
1242: l_err_rec get_err_csr%ROWTYPE;
1243: -- bug 6642572 .. get the error messages from gt table .. end
1244: