DBA Data[Home] [Help]

APPS.JAI_PO_CST_TRIGGER_PKG dependencies on GL_SETS_OF_BOOKS

Line 18: ln_set_of_books_id GL_SETS_OF_BOOKS.SET_OF_BOOKS_ID%TYPE;

14: PROCEDURE BRI_T1 ( pr_old t_rec%type , pr_new in out t_rec%type , pv_action varchar2 , pv_return_code out nocopy varchar2 , pv_return_message out nocopy varchar2 ) IS
15:
16: ln_transaction_id RCV_TRANSACTIONS.TRANSACTION_ID%TYPE;
17: ln_accrual_amount JAI_RCV_REP_ACCRUAL_T.ACCRUAL_AMOUNT%TYPE;
18: ln_set_of_books_id GL_SETS_OF_BOOKS.SET_OF_BOOKS_ID%TYPE;
19: lv_currency_code GL_SETS_OF_BOOKS.CURRENCY_CODE%TYPE;
20:
21: CURSOR cur_get_setOfBooksId
22: (cpn_operating_unit_id HR_OPERATING_UNITS.ORGANIZATION_ID%TYPE,

Line 19: lv_currency_code GL_SETS_OF_BOOKS.CURRENCY_CODE%TYPE;

15:
16: ln_transaction_id RCV_TRANSACTIONS.TRANSACTION_ID%TYPE;
17: ln_accrual_amount JAI_RCV_REP_ACCRUAL_T.ACCRUAL_AMOUNT%TYPE;
18: ln_set_of_books_id GL_SETS_OF_BOOKS.SET_OF_BOOKS_ID%TYPE;
19: lv_currency_code GL_SETS_OF_BOOKS.CURRENCY_CODE%TYPE;
20:
21: CURSOR cur_get_setOfBooksId
22: (cpn_operating_unit_id HR_OPERATING_UNITS.ORGANIZATION_ID%TYPE,
23: cpv_information_context HR_ORGANIZATION_INFORMATION.ORG_INFORMATION_CONTEXT%TYPE