DBA Data[Home] [Help]

APPS.GR_DISPATCH_HISTORY_PVT dependencies on MTL_PARAMETERS

Line 946: from MTL_PARAMETERS

942: p_orgn_code OUT NOCOPY VARCHAR2)
943: IS
944: BEGIN
945: select NVL(ORGANIZATION_CODE,' ') into p_orgn_code
946: from MTL_PARAMETERS
947: where ORGANIZATION_ID = p_orgn_id;
948: EXCEPTION
949: WHEN OTHERS THEN
950: p_orgn_code := NULL;