DBA Data[Home] [Help]

APPS.EGO_REPORT_WF_UTIL dependencies on MTL_PARAMETERS

Line 718: MTL_PARAMETERS MP

714: INTO x_organization_code
715: , x_organization_name
716: FROM
717: HR_ALL_ORGANIZATION_UNITS_TL HAOTL,
718: MTL_PARAMETERS MP
719: WHERE
720: HAOTL.organization_id = p_organization_id
721: AND HAOTL.organization_id = MP.ORGANIZATION_ID
722: AND HAOTL.LANGUAGE = USERENV('LANG');