DBA Data[Home] [Help]

APPS.OKL_MISC_TRANS_PVT dependencies on MO_GLOBAL

Line 653: SELECT mo_global.get_current_org_id()

649: FROM OKL_AE_TEMPLATES
650: WHERE id = v_template_id;
651:
652: CURSOR org_csr IS
653: SELECT mo_global.get_current_org_id()
654: from dual;
655:
656: l_org_id NUMBER;
657: