DBA Data[Home] [Help]

APPS.JAI_CMN_UTILS_PKG dependencies on DUAL

Line 706: FROM dual;

702: IS
703: ln_legal_entity_id NUMBER;
704: CURSOR c_get_le_info is
705: SELECT XLE_UTILITIES_GRP.Get_DefaultLegalContext_OU(p_org_id)
706: FROM dual;
707:
708: /* Bug 4906958. Added by Lakshmi Gopalsami
709: Get the value of legal entity from hr_operating_units
710: if the above cursor is returning null.