DBA Data[Home] [Help]

APPS.JAI_CMN_UTILS_PKG dependencies on DUAL

Line 790: FROM dual;

786: IS
787: ln_legal_entity_id NUMBER;
788: CURSOR c_get_le_info is
789: SELECT XLE_UTILITIES_GRP.Get_DefaultLegalContext_OU(p_org_id)
790: FROM dual;
791:
792: /* Bug 4906958. Added by Lakshmi Gopalsami
793: Get the value of legal entity from hr_operating_units
794: if the above cursor is returning null.