DBA Data[Home] [Help]

APPS.OKL_TAB_PVT dependencies on MO_GLOBAL

Line 2333: x_tabv_rec.ORG_ID := MO_GLOBAL.GET_CURRENT_ORG_ID();

2329: ,x_tabv_rec.PROGRAM_ID
2330: ,x_tabv_rec.PROGRAM_UPDATE_DATE
2331: FROM DUAL;
2332:
2333: x_tabv_rec.ORG_ID := MO_GLOBAL.GET_CURRENT_ORG_ID();
2334:
2335: -- MG uptake, if sob is not sent in take primary ledger.
2336: if x_tabv_rec.set_of_books_id is null then
2337: x_tabv_rec.set_of_books_id := okl_accounting_util.get_set_of_books_id;