DBA Data[Home] [Help]

APPS.OKL_ACC_CALL_PVT dependencies on OKL_EXT_SELL_INVS_V

Line 396: l_sob_id okl_ext_sell_invs_v.SET_OF_BOOKS_ID%TYPE;

392: l_min_acct_unit fnd_currencies.minimum_accountable_unit%TYPE;
393: l_precision fnd_currencies.precision%TYPE;
394: l_acct_call_rec l_acc_dtls_csr%ROWTYPE;
395: l_rounded_amount okl_txl_ar_inv_lns_v.amount%type;
396: l_sob_id okl_ext_sell_invs_v.SET_OF_BOOKS_ID%TYPE;
397: l_curr_code GL_LEDGERS_PUBLIC_V.currency_code%TYPE;
398: l_trx_name VARCHAR2(20);
399:
400: --Start code added by pgomes on 11/22/2002

Line 1817: l_sob_id okl_ext_sell_invs_v.SET_OF_BOOKS_ID%TYPE;

1813: l_min_acct_unit fnd_currencies.minimum_accountable_unit%TYPE;
1814: l_precision fnd_currencies.precision%TYPE;
1815: l_acct_call_rec l_acc_dtls_csr%ROWTYPE;
1816: l_rounded_amount okl_txl_ar_inv_lns_v.amount%type;
1817: l_sob_id okl_ext_sell_invs_v.SET_OF_BOOKS_ID%TYPE;
1818: l_curr_code GL_LEDGERS_PUBLIC_V.currency_code%TYPE;
1819: l_trx_name VARCHAR2(20);
1820:
1821: --Start code added by pgomes on 11/22/2002