DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_UTIL dependencies on MTL_PARAMETERS

Line 618: MTL_PARAMETERS MP

614: INTO x_organization_code
615: , x_organization_name
616: FROM
617: HR_ALL_ORGANIZATION_UNITS_TL HAOTL,
618: MTL_PARAMETERS MP
619: WHERE
620: HAOTL.organization_id = p_organization_id
621: AND HAOTL.organization_id = MP.ORGANIZATION_ID
622: AND HAOTL.LANGUAGE = USERENV('LANG');